#D9C8CC

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

Shades of Prim #D9C8CC

Tints of Prim #D9C8CC

Color information

#D9C8CC (or 0xD9C8CC) is unknown color: approx Prim. HEX triplet: D9, C8 and CC. RGB value is (217,200,204). Sum of RGB (Red+Green+Blue) = 217+200+204=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8CC is #263733. Grayscale: #CDCDCD. Windows color (decimal): -2504500 or 13420761. OLE color: 13420761.

HSL color Cylindrical-coordinate representation of color #D9C8CC: hue angle of 345.88º 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 #D9C8CC is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217200204-
CMYK00.080.060.15
HSL345.88º18.28%81.76%-
HSV(B)345.88º7.83%85.1%-
XYZ60.1760.4265.62-
YUV205.54127.13136.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=34.94%
G=32.21%
B=32.85%

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
Decimal21720020400.080.060.15345.8818.2881.76
HexD9C8CC086F15a1252
Octal33131031401061753222122
Binary110110011100100011001100010001101111101011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8CC; }

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

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

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

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

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

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

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

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