#D4D4CB

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

Shades of Celeste #D4D4CB

Tints of Celeste #D4D4CB

Color information

#D4D4CB (or 0xD4D4CB) is unknown color: approx Celeste. HEX triplet: D4, D4 and CB. RGB value is (212,212,203). Sum of RGB (Red+Green+Blue) = 212+212+203=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4CB is #2B2B34. Grayscale: #D3D3D3. Windows color (decimal): -2829109 or 13358292. OLE color: 13358292.

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

Color convert

RGB212212203-
CMYK000.040.17
HSL60º9.47%81.37%-
HSV(B)60º4.25%83.14%-
XYZ61.4765.465.88-
YUV210.97123.5128.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=33.81%
G=33.81%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212203000.040.17609.4781.37
HexD4D4CB004113c951
Octal324324313004217411121
Binary110101001101010011001011001001000111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4CB; }

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

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

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

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

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

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

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

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