#D4D5CB

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

Shades of Celeste #D4D5CB

Tints of Celeste #D4D5CB

Color information

#D4D5CB (or 0xD4D5CB) is unknown color: approx Celeste. HEX triplet: D4, D5 and CB. RGB value is (212,213,203). Sum of RGB (Red+Green+Blue) = 212+213+203=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5CB is #2B2A34. Grayscale: #D3D3D3. Windows color (decimal): -2828853 or 13358548. OLE color: 13358548.

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

Color convert

RGB212213203-
CMYK0.0000.050.16
HSL66º10.64%81.57%-
HSV(B)66º4.69%83.53%-
XYZ61.7365.965.97-
YUV211.56123.17128.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.76%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 203 (79.69% from 255) = 32.32%
R=33.76%
G=33.92%
B=32.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122132030.0000.050.166610.6481.57
HexD4D5CB0051042b52
Octal3243253130052010213122
Binary1101010011010101110010110010110000100001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5CB; }

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

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

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

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

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

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

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

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