Shades of Reef #CCE199
Tints of Reef #CCE199
RGB
CMYK
RGB Variations
Color information
#CCE199 (or 0xCCE199) is known color: Reef. HEX triplet: CC, E1 and 99. RGB value is (204,225,153). Sum of RGB (Red+Green+Blue) = 204+225+153=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE199 is #331E66. Grayscale: #D2D2D2. Windows color (decimal): -3350119 or 10084812. OLE color: 10084812.
HSL color Cylindrical-coordinate representation of color #CCE199: hue angle of 77.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCE199 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
RGB | 204 | 225 | 153 | - |
CMYK | 0.09 | 0 | 0.32 | 0.12 |
HSL | 77.5º | 0.55% | 0.74% | - |
HSV(B) | 77.5º | 0.32% | 0.88% | - |
XYZ | 57.58 | 68.99 | 40.42 | - |
YUV | 210.51 | 95.54 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 225 | 153 | 0.09 | 0 | 0.32 | 0.12 | 77.5 | 0.55 | 0.74 |
Hex | CC | E1 | 99 | 9 | 0 | 20 | C | 4E | 37 | 4A |
Octal | 314 | 341 | 231 | 11 | 0 | 40 | 14 | 116 | 67 | 112 |
Binary | 11001100 | 11100001 | 10011001 | 1001 | 0 | 100000 | 1100 | 1001110 | 110111 | 1001010 |
Color Harmonies of #CCE199
Complementary color
Monochromatic Colors of #CCE199
Black with #CCE199
Text Example
Text Example
White with #CCE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE199; }
p { color: rgb(204,225,153); }
H1.HeaderClassName
{
color: #CCE199;
}
.AnyTagClassName
{
color: #CCE199;
}
</style>
background-color css
<style>
a { background-color: #CCE199; }
a { background-color: rgb(204,225,153); }
div.DivClassName
{
background-color: #CCE199;
}
.BgClassName
{
background-color: #CCE199;
}
</style>
border-color css
<style>
span { border-color: #CCE199; }
span { border-color: rgb(204,225,153); }
td.TdClassName
{
border-color: #CCE199;
}
.TagClassName
{
border-color: #CCE199;
}
</style>