#D1D2C9

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

Shades of Celeste #D1D2C9

Tints of Celeste #D1D2C9

Color information

#D1D2C9 (or 0xD1D2C9) is unknown color: approx Celeste. HEX triplet: D1, D2 and C9. RGB value is (209,210,201). Sum of RGB (Red+Green+Blue) = 209+210+201=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D2C9 is #2E2D36. Grayscale: #D0D0D0. Windows color (decimal): -3026231 or 13226705. OLE color: 13226705.

HSL color Cylindrical-coordinate representation of color #D1D2C9: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D2C9 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB209210201-
CMYK0.0000.040.18
HSL66.67º9.09%80.59%-
HSV(B)66.67º4.29%82.35%-
XYZ59.8863.8764.43-
YUV208.68123.67128.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=33.71%
G=33.87%
B=32.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092102010.0000.040.1866.679.0980.59
HexD1D2C90041243951
Octal3213223110042210311121
Binary1101000111010010110010010010010010100001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D2C9; }

 p { color: rgb(209,210,201); }

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

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

 a { background-color: rgb(209,210,201); }

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

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

 span { border-color: rgb(209,210,201); }

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