Shades of Celeste #D4D5CB
Tints of Celeste #D4D5CB
RGB
CMYK
RGB Variations
Color information
#D4D5CB (or 0xD4D5CB) is known color: 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
RGB | 212 | 213 | 203 | - |
CMYK | 0.00 | 0 | 0.05 | 0.16 |
HSL | 66º | 0.11% | 0.82% | - |
HSV(B) | 66º | 0.05% | 0.84% | - |
XYZ | 61.73 | 65.9 | 65.97 | - |
YUV | 211.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 203 | 0.00 | 0 | 0.05 | 0.16 | 66 | 0.11 | 0.82 |
Hex | D4 | D5 | CB | 0 | 0 | 5 | 10 | 42 | B | 52 |
Octal | 324 | 325 | 313 | 0 | 0 | 5 | 20 | 102 | 13 | 122 |
Binary | 11010100 | 11010101 | 11001011 | 0 | 0 | 101 | 10000 | 1000010 | 1011 | 1010010 |
Color Harmonies of #D4D5CB
Complementary color
Monochromatic Colors of #D4D5CB
Black with #D4D5CB
Text Example
Text Example
White with #D4D5CB
Text Example
Text Example
HTML Codes & Css Web 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>