Color Hex Logo

#dddbf9 Color Hex

#DDDBF9
(221,219,249)
0 Favorites   0 Comments

Color spaces of #dddbf9

RGB 221219249
HSL0.680.710.92
HSV244°12°98°
CMYK 0.110.120.00   0.02
XYZ72.249272.874799.8808
Yxy72.87470.29490.2974
Hunter Lab85.36671.6799-9.6139
CIE-Lab88.38796.3707-14.3497

#dddbf9 color RGB value is (221,219,249).

#dddbf9 hex color red value is 221, green value is 219 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dddbf9 hue: 0.68 , saturation: 0.71 and the lightness value of dddbf9 is 0.92.

The process color (four color CMYK) of #dddbf9 color hex is 0.11, 0.12, 0.00, 0.02. Web safe color of #dddbf9 is #ccccff. Color #dddbf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11111001
Octal 335 333 371
Decimal 221 219 249
Hex DD DB F9

RGB Percentages of Color #dddbf9

%32.08
%31.79
%36.14

CMYK Percentages of Color #dddbf9

%11
%12
%0
%2

Triadic Colors of #dddbf9

#dddbf9 #f9dddb #dbf9dd

Analogous Colors of #dddbf9

#dddbf9 #ecdbf9 #dbe8f9

Monochromatic Colors of #dddbf9

#dddbf9

Complementary Color

#dddbf9 #f7f9db

#dddbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbf9 Color CSS Codes

.mybgcolor {background-color:#dddbf9; } 
.myforecolor {color:#dddbf9; }
.mybordercolor {border:3px solid #dddbf9; }

#dddbf9 Text Font Color

<p style="color:#dddbf9">Text here</p>

This sample text font color is #dddbf9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dddbf9 Background Color

<div style="background-color:#dddbf9">
Div content here</div>

This div background color is #dddbf9


#dddbf9 Border Color

<div style="border:3px solid #dddbf9">
Div here</div>

This div border color is #dddbf9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,219,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddbf9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddbf9;
  -webkit-box-shadow: 1px 1px 3px 2px #dddbf9;
  box-shadow:         1px 1px 3px 2px #dddbf9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,219,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dddbf9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dddbf9;
  -webkit-box-shadow: 1px 1px 3px 2px #dddbf9;
  box-shadow:         1px 1px 3px 2px #dddbf9;">
Div content here</div>

This div box has shadow with color #dddbf9


Comments

No comments written yet.

Please login to write comment.