Shades of Celeste #CCCCC4
Tints of Celeste #CCCCC4
RGB
CMYK
RGB Variations
Color information
#CCCCC4 (or 0xCCCCC4) is known color: Celeste. HEX triplet: CC, CC and C4. RGB value is (204,204,196). Sum of RGB (Red+Green+Blue) = 204+204+196=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC4 is #33333B. Grayscale: #CBCBCB. Windows color (decimal): -3355452 or 12897484. OLE color: 12897484.
HSL color Cylindrical-coordinate representation of color #CCCCC4: hue angle of 60º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCCCC4 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 196 | - |
CMYK | 0 | 0 | 0.04 | 0.2 |
HSL | 60º | 0.07% | 0.78% | - |
HSV(B) | 60º | 0.04% | 0.8% | - |
XYZ | 56.46 | 60.01 | 60.83 | - |
YUV | 203.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 196 | 0 | 0 | 0.04 | 0.2 | 60 | 0.07 | 0.78 |
Hex | CC | CC | C4 | 0 | 0 | 4 | 14 | 3C | 7 | 4E |
Octal | 314 | 314 | 304 | 0 | 0 | 4 | 24 | 74 | 7 | 116 |
Binary | 11001100 | 11001100 | 11000100 | 0 | 0 | 100 | 10100 | 111100 | 111 | 1001110 |
Color Harmonies of #CCCCC4
Complementary color
Monochromatic Colors of #CCCCC4
Black with #CCCCC4
Text Example
Text Example
White with #CCCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCC4; }
p { color: rgb(204,204,196); }
H1.HeaderClassName
{
color: #CCCCC4;
}
.AnyTagClassName
{
color: #CCCCC4;
}
</style>
background-color css
<style>
a { background-color: #CCCCC4; }
a { background-color: rgb(204,204,196); }
div.DivClassName
{
background-color: #CCCCC4;
}
.BgClassName
{
background-color: #CCCCC4;
}
</style>
border-color css
<style>
span { border-color: #CCCCC4; }
span { border-color: rgb(204,204,196); }
td.TdClassName
{
border-color: #CCCCC4;
}
.TagClassName
{
border-color: #CCCCC4;
}
</style>