Shades of Celeste #CDCDC9
Tints of Celeste #CDCDC9
RGB
CMYK
RGB Variations
Color information
#CDCDC9 (or 0xCDCDC9) is known color: Celeste. HEX triplet: CD, CD and C9. RGB value is (205,205,201). Sum of RGB (Red+Green+Blue) = 205+205+201=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 201 (78.91% from 255 or 32.90% from 611); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDC9 is #323236. Grayscale: #CCCCCC. Windows color (decimal): -3289655 or 13225421. OLE color: 13225421.
HSL color Cylindrical-coordinate representation of color #CDCDC9: hue angle of 60º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDCDC9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 201 | - |
CMYK | 0 | 0 | 0.02 | 0.20 |
HSL | 60º | 0.04% | 0.8% | - |
HSV(B) | 60º | 0.02% | 0.8% | - |
XYZ | 57.55 | 60.86 | 63.97 | - |
YUV | 204.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 201 | 0 | 0 | 0.02 | 0.20 | 60 | 0.04 | 0.8 |
Hex | CD | CD | C9 | 0 | 0 | 2 | 14 | 3C | 4 | 50 |
Octal | 315 | 315 | 311 | 0 | 0 | 2 | 24 | 74 | 4 | 120 |
Binary | 11001101 | 11001101 | 11001001 | 0 | 0 | 10 | 10100 | 111100 | 100 | 1010000 |
Color Harmonies of #CDCDC9
Complementary color
Monochromatic Colors of #CDCDC9
Black with #CDCDC9
Text Example
Text Example
White with #CDCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDC9; }
p { color: rgb(205,205,201); }
H1.HeaderClassName
{
color: #CDCDC9;
}
.AnyTagClassName
{
color: #CDCDC9;
}
</style>
background-color css
<style>
a { background-color: #CDCDC9; }
a { background-color: rgb(205,205,201); }
div.DivClassName
{
background-color: #CDCDC9;
}
.BgClassName
{
background-color: #CDCDC9;
}
</style>
border-color css
<style>
span { border-color: #CDCDC9; }
span { border-color: rgb(205,205,201); }
td.TdClassName
{
border-color: #CDCDC9;
}
.TagClassName
{
border-color: #CDCDC9;
}
</style>