#D4D4CD

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

Shades of Celeste #D4D4CD

Tints of Celeste #D4D4CD

Color information

#D4D4CD (or 0xD4D4CD) is unknown color: approx Celeste. HEX triplet: D4, D4 and CD. RGB value is (212,212,205). Sum of RGB (Red+Green+Blue) = 212+212+205=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4CD is #2B2B32. Grayscale: #D3D3D3. Windows color (decimal): -2829107 or 13489364. OLE color: 13489364.

HSL color Cylindrical-coordinate representation of color #D4D4CD: hue angle of 60º degrees, saturation: 0.08, 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 #D4D4CD is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212212205-
CMYK000.030.17
HSL60º7.53%81.76%-
HSV(B)60º3.3%83.14%-
XYZ61.7165.4967.15-
YUV211.2124.5128.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.70%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=33.70%
G=33.70%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212205000.030.17607.5381.76
HexD4D4CD003113c852
Octal324324315003217410122
Binary11010100110101001100110100111000111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4CD; }

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

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

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

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

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

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

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

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