Shades of Celeste #D0CFC5
Tints of Celeste #D0CFC5
RGB
CMYK
RGB Variations
Color information
#D0CFC5 (or 0xD0CFC5) is known color: Celeste. HEX triplet: D0, CF and C5. RGB value is (208,207,197). Sum of RGB (Red+Green+Blue) = 208+207+197=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFC5 is #2F303A. Grayscale: #CECECE. Windows color (decimal): -3092539 or 12963792. OLE color: 12963792.
HSL color Cylindrical-coordinate representation of color #D0CFC5: hue angle of 54.55º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CFC5 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 197 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.18 |
| HSL | 54.55º | 0.1% | 0.79% | - |
| HSV(B) | 54.55º | 0.05% | 0.82% | - |
| XYZ | 58.4 | 62.07 | 61.73 | - |
| YUV | 206.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 197 | 0 | 0.00 | 0.05 | 0.18 | 54.55 | 0.1 | 0.79 |
| Hex | D0 | CF | C5 | 0 | 0 | 5 | 12 | 37 | A | 4F |
| Octal | 320 | 317 | 305 | 0 | 0 | 5 | 22 | 67 | 12 | 117 |
| Binary | 11010000 | 11001111 | 11000101 | 0 | 0 | 101 | 10010 | 110111 | 1010 | 1001111 |
Color Harmonies of #D0CFC5
Complementary color
Monochromatic Colors of #D0CFC5
Black with #D0CFC5
Text Example
Text Example
White with #D0CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFC5; }
p { color: rgb(208,207,197); }
H1.HeaderClassName
{
color: #D0CFC5;
}
.AnyTagClassName
{
color: #D0CFC5;
}
</style>
background-color css
<style>
a { background-color: #D0CFC5; }
a { background-color: rgb(208,207,197); }
div.DivClassName
{
background-color: #D0CFC5;
}
.BgClassName
{
background-color: #D0CFC5;
}
</style>
border-color css
<style>
span { border-color: #D0CFC5; }
span { border-color: rgb(208,207,197); }
td.TdClassName
{
border-color: #D0CFC5;
}
.TagClassName
{
border-color: #D0CFC5;
}
</style>