Shades of Celeste #D5D8C4
Tints of Celeste #D5D8C4
RGB
CMYK
RGB Variations
Color information
#D5D8C4 (or 0xD5D8C4) is known color: Celeste. HEX triplet: D5, D8 and C4. RGB value is (213,216,196). Sum of RGB (Red+Green+Blue) = 213+216+196=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D8C4 is #2A273B. Grayscale: #D4D4D4. Windows color (decimal): -2762556 or 12900565. OLE color: 12900565.
HSL color Cylindrical-coordinate representation of color #D5D8C4: hue angle of 69º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5D8C4 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 196 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.15 |
| HSL | 69º | 0.2% | 0.81% | - |
| HSV(B) | 69º | 0.09% | 0.85% | - |
| XYZ | 61.96 | 67.24 | 61.94 | - |
| YUV | 212.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 196 | 0.01 | 0 | 0.09 | 0.15 | 69 | 0.2 | 0.81 |
| Hex | D5 | D8 | C4 | 1 | 0 | 9 | F | 45 | 14 | 51 |
| Octal | 325 | 330 | 304 | 1 | 0 | 11 | 17 | 105 | 24 | 121 |
| Binary | 11010101 | 11011000 | 11000100 | 1 | 0 | 1001 | 1111 | 1000101 | 10100 | 1010001 |
Color Harmonies of #D5D8C4
Complementary color
Monochromatic Colors of #D5D8C4
Black with #D5D8C4
Text Example
Text Example
White with #D5D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D8C4; }
p { color: rgb(213,216,196); }
H1.HeaderClassName
{
color: #D5D8C4;
}
.AnyTagClassName
{
color: #D5D8C4;
}
</style>
background-color css
<style>
a { background-color: #D5D8C4; }
a { background-color: rgb(213,216,196); }
div.DivClassName
{
background-color: #D5D8C4;
}
.BgClassName
{
background-color: #D5D8C4;
}
</style>
border-color css
<style>
span { border-color: #D5D8C4; }
span { border-color: rgb(213,216,196); }
td.TdClassName
{
border-color: #D5D8C4;
}
.TagClassName
{
border-color: #D5D8C4;
}
</style>