Shades of Celeste #CCCCC7
Tints of Celeste #CCCCC7
RGB
CMYK
RGB Variations
Color information
#CCCCC7 (or 0xCCCCC7) is known color: Celeste. HEX triplet: CC, CC and C7. RGB value is (204,204,199). Sum of RGB (Red+Green+Blue) = 204+204+199=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCCC7 is #333338. Grayscale: #CBCBCB. Windows color (decimal): -3355449 or 13094092. OLE color: 13094092.
HSL color Cylindrical-coordinate representation of color #CCCCC7: hue angle of 60º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCCCC7 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 204 | 199 | - |
CMYK | 0 | 0 | 0.02 | 0.2 |
HSL | 60º | 0.05% | 0.79% | - |
HSV(B) | 60º | 0.02% | 0.8% | - |
XYZ | 56.8 | 60.15 | 62.65 | - |
YUV | 203.43 | 125.5 | 128.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 199 | 0 | 0 | 0.02 | 0.2 | 60 | 0.05 | 0.79 |
Hex | CC | CC | C7 | 0 | 0 | 2 | 14 | 3C | 5 | 4F |
Octal | 314 | 314 | 307 | 0 | 0 | 2 | 24 | 74 | 5 | 117 |
Binary | 11001100 | 11001100 | 11000111 | 0 | 0 | 10 | 10100 | 111100 | 101 | 1001111 |
Color Harmonies of #CCCCC7
Complementary color
Monochromatic Colors of #CCCCC7
Black with #CCCCC7
Text Example
Text Example
White with #CCCCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCC7; }
p { color: rgb(204,204,199); }
H1.HeaderClassName
{
color: #CCCCC7;
}
.AnyTagClassName
{
color: #CCCCC7;
}
</style>
background-color css
<style>
a { background-color: #CCCCC7; }
a { background-color: rgb(204,204,199); }
div.DivClassName
{
background-color: #CCCCC7;
}
.BgClassName
{
background-color: #CCCCC7;
}
</style>
border-color css
<style>
span { border-color: #CCCCC7; }
span { border-color: rgb(204,204,199); }
td.TdClassName
{
border-color: #CCCCC7;
}
.TagClassName
{
border-color: #CCCCC7;
}
</style>