Shades of Celeste #D0CFC6
Tints of Celeste #D0CFC6
RGB
CMYK
RGB Variations
Color information
#D0CFC6 (or 0xD0CFC6) is known color: Celeste. HEX triplet: D0, CF and C6. RGB value is (208,207,198). Sum of RGB (Red+Green+Blue) = 208+207+198=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFC6 is #2F3039. Grayscale: #CECECE. Windows color (decimal): -3092538 or 13029328. OLE color: 13029328.
HSL color Cylindrical-coordinate representation of color #D0CFC6: hue angle of 54º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CFC6 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 198 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.18 |
| HSL | 54º | 0.1% | 0.8% | - |
| HSV(B) | 54º | 0.05% | 0.82% | - |
| XYZ | 58.52 | 62.11 | 62.33 | - |
| YUV | 206.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 198 | 0 | 0.00 | 0.05 | 0.18 | 54 | 0.1 | 0.8 |
| Hex | D0 | CF | C6 | 0 | 0 | 5 | 12 | 36 | A | 50 |
| Octal | 320 | 317 | 306 | 0 | 0 | 5 | 22 | 66 | 12 | 120 |
| Binary | 11010000 | 11001111 | 11000110 | 0 | 0 | 101 | 10010 | 110110 | 1010 | 1010000 |
Color Harmonies of #D0CFC6
Complementary color
Monochromatic Colors of #D0CFC6
Black with #D0CFC6
Text Example
Text Example
White with #D0CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFC6; }
p { color: rgb(208,207,198); }
H1.HeaderClassName
{
color: #D0CFC6;
}
.AnyTagClassName
{
color: #D0CFC6;
}
</style>
background-color css
<style>
a { background-color: #D0CFC6; }
a { background-color: rgb(208,207,198); }
div.DivClassName
{
background-color: #D0CFC6;
}
.BgClassName
{
background-color: #D0CFC6;
}
</style>
border-color css
<style>
span { border-color: #D0CFC6; }
span { border-color: rgb(208,207,198); }
td.TdClassName
{
border-color: #D0CFC6;
}
.TagClassName
{
border-color: #D0CFC6;
}
</style>