Color Hex Logo

#ddbbec Color Hex

#DDBBEC
(221,187,236)
0 Favorites   0 Comments

Color spaces of #ddbbec

RGB 221187236
HSL0.780.560.83
HSV282°21°93°
CMYK 0.060.210.00   0.07
XYZ62.729456.968987.0468
Yxy56.96890.30340.2756
Hunter Lab75.477716.2649-15.5434
CIE-Lab80.162120.8338-19.8245

#ddbbec color RGB value is (221,187,236).

#ddbbec hex color red value is 221, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddbbec hue: 0.78 , saturation: 0.56 and the lightness value of ddbbec is 0.83.

The process color (four color CMYK) of #ddbbec color hex is 0.06, 0.21, 0.00, 0.07. Web safe color of #ddbbec is #ccccff. Color #ddbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 11101100
Octal 335 273 354
Decimal 221 187 236
Hex DD BB EC

RGB Percentages of Color #ddbbec

%34.32
%29.04
%36.65

CMYK Percentages of Color #ddbbec

%6
%21
%0
%7

Triadic Colors of #ddbbec

#ddbbec #ecddbb #bbecdd

Analogous Colors of #ddbbec

#ddbbec #ecbbe3 #c5bbec

Monochromatic Colors of #ddbbec

#ddbbec

Complementary Color

#ddbbec #caecbb

#ddbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbec Color CSS Codes

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

#ddbbec Text Font Color

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

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


#ddbbec Background Color

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

This div background color is #ddbbec


#ddbbec Border Color

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

This div border color is #ddbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbec


Comments

No comments written yet.

Please login to write comment.