Color Hex Logo

#ddb1ce Color Hex

#DDB1CE
(221,177,206)
0 Favorites   0 Comments

Color spaces of #ddb1ce

RGB 221177206
HSL0.890.390.78
HSV320°20°87°
CMYK 0.000.200.07   0.13
XYZ56.681551.272765.3017
Yxy51.27270.32720.2959
Hunter Lab71.605015.9895-3.9473
CIE-Lab76.843920.6708-8.5867

#ddb1ce color RGB value is (221,177,206).

#ddb1ce hex color red value is 221, green value is 177 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ddb1ce hue: 0.89 , saturation: 0.39 and the lightness value of ddb1ce is 0.78.

The process color (four color CMYK) of #ddb1ce color hex is 0.00, 0.20, 0.07, 0.13. Web safe color of #ddb1ce is #cc99cc. Color #ddb1ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 11001110
Octal 335 261 316
Decimal 221 177 206
Hex DD B1 CE

RGB Percentages of Color #ddb1ce

%36.59
%29.30
%34.11

CMYK Percentages of Color #ddb1ce

%0
%20
%7
%13

Triadic Colors of #ddb1ce

#ddb1ce #ceddb1 #b1cedd

Analogous Colors of #ddb1ce

#ddb1ce #ddb1b8 #d6b1dd

Monochromatic Colors of #ddb1ce

#ddb1ce

Complementary Color

#ddb1ce #b1ddc0

#ddb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb1ce Color CSS Codes

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

#ddb1ce Text Font Color

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

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


#ddb1ce Background Color

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

This div background color is #ddb1ce


#ddb1ce Border Color

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

This div border color is #ddb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb1ce


Comments

No comments written yet.

Please login to write comment.