#D7D9C6

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

Shades of Celeste #D7D9C6

Tints of Celeste #D7D9C6

Color information

#D7D9C6 (or 0xD7D9C6) is unknown color: approx Celeste. HEX triplet: D7, D9 and C6. RGB value is (215,217,198). Sum of RGB (Red+Green+Blue) = 215+217+198=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D9C6 is #282639. Grayscale: #D6D6D6. Windows color (decimal): -2631226 or 13031895. OLE color: 13031895.

HSL color Cylindrical-coordinate representation of color #D7D9C6: hue angle of 66.32º degrees, saturation: 0.2, 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 #D7D9C6 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB215217198-
CMYK0.0100.090.15
HSL66.32º20%81.37%-
HSV(B)66.32º8.76%85.1%-
XYZ63.0368.1563.26-
YUV214.24118.84128.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=34.13%
G=34.44%
B=31.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152171980.0100.090.1566.322081.37
HexD7D9C6109F421451
Octal32733130610111710224121
Binary11010111110110011100011010100111111000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D9C6; }

 p { color: rgb(215,217,198); }

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

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

 a { background-color: rgb(215,217,198); }

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

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

 span { border-color: rgb(215,217,198); }

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