Shades of Celeste #CCCDBD
Tints of Celeste #CCCDBD
RGB
CMYK
RGB Variations
Color information
#CCCDBD (or 0xCCCDBD) is known color: Celeste. HEX triplet: CC, CD and BD. RGB value is (204,205,189). Sum of RGB (Red+Green+Blue) = 204+205+189=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDBD is #333242. Grayscale: #CACACA. Windows color (decimal): -3355203 or 12438988. OLE color: 12438988.
HSL color Cylindrical-coordinate representation of color #CCCDBD: hue angle of 63.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCCDBD is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 189 | - |
| CMYK | 0.00 | 0 | 0.08 | 0.20 |
| HSL | 63.75º | 0.14% | 0.77% | - |
| HSV(B) | 63.75º | 0.08% | 0.8% | - |
| XYZ | 55.92 | 60.17 | 56.81 | - |
| YUV | 202.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 189 | 0.00 | 0 | 0.08 | 0.20 | 63.75 | 0.14 | 0.77 |
| Hex | CC | CD | BD | 0 | 0 | 8 | 14 | 40 | E | 4D |
| Octal | 314 | 315 | 275 | 0 | 0 | 10 | 24 | 100 | 16 | 115 |
| Binary | 11001100 | 11001101 | 10111101 | 0 | 0 | 1000 | 10100 | 1000000 | 1110 | 1001101 |
Color Harmonies of #CCCDBD
Complementary color
Monochromatic Colors of #CCCDBD
Black with #CCCDBD
Text Example
Text Example
White with #CCCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDBD; }
p { color: rgb(204,205,189); }
H1.HeaderClassName
{
color: #CCCDBD;
}
.AnyTagClassName
{
color: #CCCDBD;
}
</style>
background-color css
<style>
a { background-color: #CCCDBD; }
a { background-color: rgb(204,205,189); }
div.DivClassName
{
background-color: #CCCDBD;
}
.BgClassName
{
background-color: #CCCDBD;
}
</style>
border-color css
<style>
span { border-color: #CCCDBD; }
span { border-color: rgb(204,205,189); }
td.TdClassName
{
border-color: #CCCDBD;
}
.TagClassName
{
border-color: #CCCDBD;
}
</style>