Shades of Celeste #D0CFC0
Tints of Celeste #D0CFC0
RGB
CMYK
RGB Variations
Color information
#D0CFC0 (or 0xD0CFC0) is known color: Celeste. HEX triplet: D0, CF and C0. RGB value is (208,207,192). Sum of RGB (Red+Green+Blue) = 208+207+192=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFC0 is #2F303F. Grayscale: #CDCDCD. Windows color (decimal): -3092544 or 12636112. OLE color: 12636112.
HSL color Cylindrical-coordinate representation of color #D0CFC0: hue angle of 56.25º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CFC0 is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 192 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.18 |
| HSL | 56.25º | 0.15% | 0.78% | - |
| HSV(B) | 56.25º | 0.08% | 0.82% | - |
| XYZ | 57.84 | 61.84 | 58.76 | - |
| YUV | 205.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 192 | 0 | 0.00 | 0.08 | 0.18 | 56.25 | 0.15 | 0.78 |
| Hex | D0 | CF | C0 | 0 | 0 | 8 | 12 | 38 | F | 4E |
| Octal | 320 | 317 | 300 | 0 | 0 | 10 | 22 | 70 | 17 | 116 |
| Binary | 11010000 | 11001111 | 11000000 | 0 | 0 | 1000 | 10010 | 111000 | 1111 | 1001110 |
Color Harmonies of #D0CFC0
Complementary color
Monochromatic Colors of #D0CFC0
Black with #D0CFC0
Text Example
Text Example
White with #D0CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFC0; }
p { color: rgb(208,207,192); }
H1.HeaderClassName
{
color: #D0CFC0;
}
.AnyTagClassName
{
color: #D0CFC0;
}
</style>
background-color css
<style>
a { background-color: #D0CFC0; }
a { background-color: rgb(208,207,192); }
div.DivClassName
{
background-color: #D0CFC0;
}
.BgClassName
{
background-color: #D0CFC0;
}
</style>
border-color css
<style>
span { border-color: #D0CFC0; }
span { border-color: rgb(208,207,192); }
td.TdClassName
{
border-color: #D0CFC0;
}
.TagClassName
{
border-color: #D0CFC0;
}
</style>