#D4D4CE

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

Shades of Celeste #D4D4CE

Tints of Celeste #D4D4CE

Color information

#D4D4CE (or 0xD4D4CE) is unknown color: approx Celeste. HEX triplet: D4, D4 and CE. RGB value is (212,212,206). Sum of RGB (Red+Green+Blue) = 212+212+206=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4CE is #2B2B31. Grayscale: #D3D3D3. Windows color (decimal): -2829106 or 13554900. OLE color: 13554900.

HSL color Cylindrical-coordinate representation of color #D4D4CE: hue angle of 60º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D4CE is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212212206-
CMYK000.030.17
HSL60º6.52%81.96%-
HSV(B)60º2.83%83.14%-
XYZ61.8465.5467.78-
YUV211.32125128.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=33.65%
G=33.65%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212206000.030.17606.5281.96
HexD4D4CE003113c752
Octal32432431600321747122
Binary1101010011010100110011100011100011111001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4CE; }

 p { color: rgb(212,212,206); }

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

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

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

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

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

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

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