Shades of Celeste #D4D5C0
Tints of Celeste #D4D5C0
RGB
CMYK
RGB Variations
Color information
#D4D5C0 (or 0xD4D5C0) is known color: Celeste. HEX triplet: D4, D5 and C0. RGB value is (212,213,192). Sum of RGB (Red+Green+Blue) = 212+213+192=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5C0 is #2B2A3F. Grayscale: #D2D2D2. Windows color (decimal): -2828864 or 12637652. OLE color: 12637652.
HSL color Cylindrical-coordinate representation of color #D4D5C0: hue angle of 62.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4D5C0 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 213 | 192 | - |
CMYK | 0.00 | 0 | 0.10 | 0.16 |
HSL | 62.86º | 0.2% | 0.79% | - |
HSV(B) | 62.86º | 0.1% | 0.84% | - |
XYZ | 60.46 | 65.39 | 59.3 | - |
YUV | 210.31 | 117.67 | 129.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 192 | 0.00 | 0 | 0.10 | 0.16 | 62.86 | 0.2 | 0.79 |
Hex | D4 | D5 | C0 | 0 | 0 | A | 10 | 3F | 14 | 4F |
Octal | 324 | 325 | 300 | 0 | 0 | 12 | 20 | 77 | 24 | 117 |
Binary | 11010100 | 11010101 | 11000000 | 0 | 0 | 1010 | 10000 | 111111 | 10100 | 1001111 |
Color Harmonies of #D4D5C0
Complementary color
Monochromatic Colors of #D4D5C0
Black with #D4D5C0
Text Example
Text Example
White with #D4D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5C0; }
p { color: rgb(212,213,192); }
H1.HeaderClassName
{
color: #D4D5C0;
}
.AnyTagClassName
{
color: #D4D5C0;
}
</style>
background-color css
<style>
a { background-color: #D4D5C0; }
a { background-color: rgb(212,213,192); }
div.DivClassName
{
background-color: #D4D5C0;
}
.BgClassName
{
background-color: #D4D5C0;
}
</style>
border-color css
<style>
span { border-color: #D4D5C0; }
span { border-color: rgb(212,213,192); }
td.TdClassName
{
border-color: #D4D5C0;
}
.TagClassName
{
border-color: #D4D5C0;
}
</style>