Color Hex Logo

#ddb9ca Color Hex

#DDB9CA
(221,185,202)
0 Favorites   0 Comments

Color spaces of #ddb9ca

RGB 221185202
HSL0.920.350.80
HSV332°16°87°
CMYK 0.000.160.09   0.13
XYZ57.828454.334363.3168
Yxy54.33430.32950.3096
Hunter Lab73.711811.04120.6695
CIE-Lab78.656315.6785-3.7354

#ddb9ca color RGB value is (221,185,202).

#ddb9ca hex color red value is 221, green value is 185 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddb9ca hue: 0.92 , saturation: 0.35 and the lightness value of ddb9ca is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 11001010
Octal 335 271 312
Decimal 221 185 202
Hex DD B9 CA

RGB Percentages of Color #ddb9ca

%36.35
%30.43
%33.22

CMYK Percentages of Color #ddb9ca

%0
%16
%9
%13

Triadic Colors of #ddb9ca

#ddb9ca #caddb9 #b9cadd

Analogous Colors of #ddb9ca

#ddb9ca #ddbab9 #ddb9dc

Monochromatic Colors of #ddb9ca

#ddb9ca

Complementary Color

#ddb9ca #b9ddcc

#ddb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb9ca Color CSS Codes

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

#ddb9ca Text Font Color

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

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


#ddb9ca Background Color

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

This div background color is #ddb9ca


#ddb9ca Border Color

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

This div border color is #ddb9ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,185,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 #ddb9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb9ca


Comments

No comments written yet.

Please login to write comment.