Shades of Celeste #CCCDBE
Tints of Celeste #CCCDBE
RGB
CMYK
RGB Variations
Color information
#CCCDBE (or 0xCCCDBE) is known color: Celeste. HEX triplet: CC, CD and BE. RGB value is (204,205,190). Sum of RGB (Red+Green+Blue) = 204+205+190=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDBE is #333241. Grayscale: #CBCBCB. Windows color (decimal): -3355202 or 12504524. OLE color: 12504524.
HSL color Cylindrical-coordinate representation of color #CCCDBE: hue angle of 64º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCDBE is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 205 | 190 | - |
CMYK | 0.00 | 0 | 0.07 | 0.20 |
HSL | 64º | 0.13% | 0.77% | - |
HSV(B) | 64º | 0.07% | 0.8% | - |
XYZ | 56.03 | 60.22 | 57.39 | - |
YUV | 202.99 | 120.67 | 128.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 190 | 0.00 | 0 | 0.07 | 0.20 | 64 | 0.13 | 0.77 |
Hex | CC | CD | BE | 0 | 0 | 7 | 14 | 40 | D | 4D |
Octal | 314 | 315 | 276 | 0 | 0 | 7 | 24 | 100 | 15 | 115 |
Binary | 11001100 | 11001101 | 10111110 | 0 | 0 | 111 | 10100 | 1000000 | 1101 | 1001101 |
Color Harmonies of #CCCDBE
Complementary color
Monochromatic Colors of #CCCDBE
Black with #CCCDBE
Text Example
Text Example
White with #CCCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDBE; }
p { color: rgb(204,205,190); }
H1.HeaderClassName
{
color: #CCCDBE;
}
.AnyTagClassName
{
color: #CCCDBE;
}
</style>
background-color css
<style>
a { background-color: #CCCDBE; }
a { background-color: rgb(204,205,190); }
div.DivClassName
{
background-color: #CCCDBE;
}
.BgClassName
{
background-color: #CCCDBE;
}
</style>
border-color css
<style>
span { border-color: #CCCDBE; }
span { border-color: rgb(204,205,190); }
td.TdClassName
{
border-color: #CCCDBE;
}
.TagClassName
{
border-color: #CCCDBE;
}
</style>