Color Hex Logo

#ddbbf0 Color Hex

#DDBBF0
(221,187,240)
0 Favorites   0 Comments

Color spaces of #ddbbf0

RGB 221187240
HSL0.770.640.84
HSV278°22°94°
CMYK 0.080.220.00   0.06
XYZ63.317357.204190.1424
Yxy57.20410.30060.2715
Hunter Lab75.633417.0747-17.7204
CIE-Lab80.294321.6199-21.7714

#ddbbf0 color RGB value is (221,187,240).

#ddbbf0 hex color red value is 221, green value is 187 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ddbbf0 hue: 0.77 , saturation: 0.64 and the lightness value of ddbbf0 is 0.84.

The process color (four color CMYK) of #ddbbf0 color hex is 0.08, 0.22, 0.00, 0.06. Web safe color of #ddbbf0 is #ccccff. Color #ddbbf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11110000
Octal 335 273 360
Decimal 221 187 240
Hex DD BB F0

RGB Percentages of Color #ddbbf0

%34.10
%28.86
%37.04

CMYK Percentages of Color #ddbbf0

%8
%22
%0
%6

Triadic Colors of #ddbbf0

#ddbbf0 #f0ddbb #bbf0dd

Analogous Colors of #ddbbf0

#ddbbf0 #f0bbe9 #c3bbf0

Monochromatic Colors of #ddbbf0

#ddbbf0

Complementary Color

#ddbbf0 #cef0bb

#ddbbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbf0 Color CSS Codes

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

#ddbbf0 Text Font Color

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

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


#ddbbf0 Background Color

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

This div background color is #ddbbf0


#ddbbf0 Border Color

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

This div border color is #ddbbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbf0


Comments

No comments written yet.

Please login to write comment.