Shades of Celeste #D4D4CD
Tints of Celeste #D4D4CD
RGB
CMYK
RGB Variations
Color information
#D4D4CD (or 0xD4D4CD) is known color: 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
RGB | 212 | 212 | 205 | - |
CMYK | 0 | 0 | 0.03 | 0.17 |
HSL | 60º | 0.08% | 0.82% | - |
HSV(B) | 60º | 0.03% | 0.83% | - |
XYZ | 61.71 | 65.49 | 67.15 | - |
YUV | 211.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 205 | 0 | 0 | 0.03 | 0.17 | 60 | 0.08 | 0.82 |
Hex | D4 | D4 | CD | 0 | 0 | 3 | 11 | 3C | 8 | 52 |
Octal | 324 | 324 | 315 | 0 | 0 | 3 | 21 | 74 | 10 | 122 |
Binary | 11010100 | 11010100 | 11001101 | 0 | 0 | 11 | 10001 | 111100 | 1000 | 1010010 |
Color Harmonies of #D4D4CD
Complementary color
Monochromatic Colors of #D4D4CD
Black with #D4D4CD
Text Example
Text Example
White with #D4D4CD
Text Example
Text Example
HTML Codes & Css Web 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>