Color Hex Logo

#ddb5ca Color Hex

#DDB5CA
(221,181,202)
0 Favorites   0 Comments

Color spaces of #ddb5ca

RGB 221181202
HSL0.910.370.79
HSV329°18°87°
CMYK 0.000.180.09   0.13
XYZ57.003352.684263.0418
Yxy52.68420.33000.3050
Hunter Lab72.583913.1621-0.6869
CIE-Lab77.688217.8266-5.1625

#ddb5ca color RGB value is (221,181,202).

#ddb5ca hex color red value is 221, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddb5ca hue: 0.91 , saturation: 0.37 and the lightness value of ddb5ca is 0.79.

The process color (four color CMYK) of #ddb5ca color hex is 0.00, 0.18, 0.09, 0.13. Web safe color of #ddb5ca is #cccccc. Color #ddb5ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 11001010
Octal 335 265 312
Decimal 221 181 202
Hex DD B5 CA

RGB Percentages of Color #ddb5ca

%36.59
%29.97
%33.44

CMYK Percentages of Color #ddb5ca

%0
%18
%9
%13

Triadic Colors of #ddb5ca

#ddb5ca #caddb5 #b5cadd

Analogous Colors of #ddb5ca

#ddb5ca #ddb5b6 #dcb5dd

Monochromatic Colors of #ddb5ca

#ddb5ca

Complementary Color

#ddb5ca #b5ddc8

#ddb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb5ca Color CSS Codes

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

#ddb5ca Text Font Color

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

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


#ddb5ca Background Color

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

This div background color is #ddb5ca


#ddb5ca Border Color

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

This div border color is #ddb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb5ca


Comments

No comments written yet.

Please login to write comment.