Shades of Celeste #CDCEC0
Tints of Celeste #CDCEC0
RGB
CMYK
RGB Variations
Color information
#CDCEC0 (or 0xCDCEC0) is known color: Celeste. HEX triplet: CD, CE and C0. RGB value is (205,206,192). Sum of RGB (Red+Green+Blue) = 205+206+192=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEC0 is #32313F. Grayscale: #CCCCCC. Windows color (decimal): -3289408 or 12635853. OLE color: 12635853.
HSL color Cylindrical-coordinate representation of color #CDCEC0: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDCEC0 is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 206 | 192 | - |
CMYK | 0.00 | 0 | 0.07 | 0.19 |
HSL | 64.29º | 0.13% | 0.78% | - |
HSV(B) | 64.29º | 0.07% | 0.81% | - |
XYZ | 56.76 | 60.93 | 58.64 | - |
YUV | 204.11 | 121.17 | 128.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 192 | 0.00 | 0 | 0.07 | 0.19 | 64.29 | 0.13 | 0.78 |
Hex | CD | CE | C0 | 0 | 0 | 7 | 13 | 40 | C | 4E |
Octal | 315 | 316 | 300 | 0 | 0 | 7 | 23 | 100 | 14 | 116 |
Binary | 11001101 | 11001110 | 11000000 | 0 | 0 | 111 | 10011 | 1000000 | 1100 | 1001110 |
Color Harmonies of #CDCEC0
Complementary color
Monochromatic Colors of #CDCEC0
Black with #CDCEC0
Text Example
Text Example
White with #CDCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEC0; }
p { color: rgb(205,206,192); }
H1.HeaderClassName
{
color: #CDCEC0;
}
.AnyTagClassName
{
color: #CDCEC0;
}
</style>
background-color css
<style>
a { background-color: #CDCEC0; }
a { background-color: rgb(205,206,192); }
div.DivClassName
{
background-color: #CDCEC0;
}
.BgClassName
{
background-color: #CDCEC0;
}
</style>
border-color css
<style>
span { border-color: #CDCEC0; }
span { border-color: rgb(205,206,192); }
td.TdClassName
{
border-color: #CDCEC0;
}
.TagClassName
{
border-color: #CDCEC0;
}
</style>