#D7C9CE

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

Shades of Prim #D7C9CE

Tints of Prim #D7C9CE

Color information

#D7C9CE (or 0xD7C9CE) is unknown color: approx Prim. HEX triplet: D7, C9 and CE. RGB value is (215,201,206). Sum of RGB (Red+Green+Blue) = 215+201+206=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C9CE is #283631. Grayscale: #CDCDCD. Windows color (decimal): -2635314 or 13552087. OLE color: 13552087.

HSL color Cylindrical-coordinate representation of color #D7C9CE: hue angle of 338.57º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7C9CE is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB215201206-
CMYK00.070.040.16
HSL338.57º14.89%81.57%-
HSV(B)338.57º6.51%84.31%-
XYZ60.0560.6866.94-
YUV205.76128.14134.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=34.57%
G=32.32%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520120600.070.040.16338.5714.8981.57
HexD7C9CE07410153f52
Octal3273113160742052317122
Binary11010111110010011100111001111001000010101001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C9CE; }

 p { color: rgb(215,201,206); }

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

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

 a { background-color: rgb(215,201,206); }

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

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

 span { border-color: rgb(215,201,206); }

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