#D9C8CD

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

Shades of Prim #D9C8CD

Tints of Prim #D9C8CD

Color information

#D9C8CD (or 0xD9C8CD) is unknown color: approx Prim. HEX triplet: D9, C8 and CD. RGB value is (217,200,205). Sum of RGB (Red+Green+Blue) = 217+200+205=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8CD is #263732. Grayscale: #CDCDCD. Windows color (decimal): -2504499 or 13486297. OLE color: 13486297.

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

Color convert

RGB217200205-
CMYK00.080.060.15
HSL342.35º18.28%81.76%-
HSV(B)342.35º7.83%85.1%-
XYZ60.2960.4766.25-
YUV205.65127.63136.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=34.89%
G=32.15%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720020500.080.060.15342.3518.2881.76
HexD9C8CD086F1561252
Octal33131031501061752622122
Binary110110011100100011001101010001101111101010110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8CD; }

 p { color: rgb(217,200,205); }

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

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

 a { background-color: rgb(217,200,205); }

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

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

 span { border-color: rgb(217,200,205); }

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