Color Hex Logo

#dddbfb Color Hex

#DDDBFB
(221,219,251)
0 Favorites   0 Comments

Color spaces of #dddbfb

RGB 221219251
HSL0.680.800.92
HSV244°13°98°
CMYK 0.120.130.00   0.02
XYZ72.562973.0002101.5328
Yxy73.00020.29370.2954
Hunter Lab85.44022.0768-10.6492
CIE-Lab88.44786.7720-15.3120

#dddbfb color RGB value is (221,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11111011
Octal 335 333 373
Decimal 221 219 251
Hex DD DB FB

RGB Percentages of Color #dddbfb

%31.98
%31.69
%36.32

CMYK Percentages of Color #dddbfb

%12
%13
%0
%2

Triadic Colors of #dddbfb

#dddbfb #fbdddb #dbfbdd

Analogous Colors of #dddbfb

#dddbfb #eddbfb #dbe9fb

Monochromatic Colors of #dddbfb

#dddbfb

Complementary Color

#dddbfb #f9fbdb

#dddbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbfb Color CSS Codes

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

#dddbfb Text Font Color

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

This sample text font color is #dddbfb
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.


#dddbfb Background Color

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

This div background color is #dddbfb


#dddbfb Border Color

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

This div border color is #dddbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbfb

#dddbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.