Color Hex Logo

#ddbccf Color Hex

#DDBCCF
(221,188,207)
0 Favorites   0 Comments

Color spaces of #ddbccf

RGB 221188207
HSL0.900.330.80
HSV325°15°87°
CMYK 0.000.150.06   0.13
XYZ59.064555.843666.6973
Yxy55.84360.32520.3075
Hunter Lab74.728610.3091-0.6079
CIE-Lab79.524714.9326-5.1576

#ddbccf color RGB value is (221,188,207).

#ddbccf hex color red value is 221, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ddbccf hue: 0.90 , saturation: 0.33 and the lightness value of ddbccf is 0.80.

The process color (four color CMYK) of #ddbccf color hex is 0.00, 0.15, 0.06, 0.13. Web safe color of #ddbccf is #cccccc. Color #ddbccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11001111
Octal 335 274 317
Decimal 221 188 207
Hex DD BC CF

RGB Percentages of Color #ddbccf

%35.88
%30.52
%33.60

CMYK Percentages of Color #ddbccf

%0
%15
%6
%13

Triadic Colors of #ddbccf

#ddbccf #cfddbc #bccfdd

Analogous Colors of #ddbccf

#ddbccf #ddbcbf #dbbcdd

Monochromatic Colors of #ddbccf

#ddbccf

Complementary Color

#ddbccf #bcddca

#ddbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbccf Color CSS Codes

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

#ddbccf Text Font Color

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

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


#ddbccf Background Color

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

This div background color is #ddbccf


#ddbccf Border Color

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

This div border color is #ddbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbccf


Comments

No comments written yet.

Please login to write comment.