#D9C5CB

Color #D9C5CB Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #D9C5CB

Tints of Prim #D9C5CB

Color information

#D9C5CB (or 0xD9C5CB) is unknown color: approx Prim. HEX triplet: D9, C5 and CB. RGB value is (217,197,203). Sum of RGB (Red+Green+Blue) = 217+197+203=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5CB is #263A34. Grayscale: #CBCBCB. Windows color (decimal): -2505269 or 13354457. OLE color: 13354457.

HSL color Cylindrical-coordinate representation of color #D9C5CB: hue angle of 342º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9C5CB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217197203-
CMYK00.090.060.15
HSL342º20.83%81.18%-
HSV(B)342º9.22%85.1%-
XYZ59.365964.76-
YUV203.66127.63137.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=35.17%
G=31.93%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719720300.090.060.1534220.8381.18
HexD9C5CB096F1561551
Octal33130531301161752625121
Binary110110011100010111001011010011101111101010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5CB; }

 p { color: rgb(217,197,203); }

 H1.HeaderClassName
 {
   color: #D9C5CB;
 }
 .AnyTagClassName
 {
   color: #D9C5CB;
 }
</style>
background-color css

<style>
 a { background-color: #D9C5CB; }

 a { background-color: rgb(217,197,203); }

 div.DivClassName
 {
   background-color: #D9C5CB;
 }
 .BgClassName
 {
   background-color: #D9C5CB;
 }
</style>
border-color css

<style>
 span { border-color: #D9C5CB; }

 span { border-color: rgb(217,197,203); }

 td.TdClassName
 {
   border-color: #D9C5CB;
 }
 .TagClassName
 {
   border-color: #D9C5CB;
 }
</style>