Shades of Reef #CCE697
Tints of Reef #CCE697
RGB
CMYK
RGB Variations
Color information
#CCE697 (or 0xCCE697) is known color: Reef. HEX triplet: CC, E6 and 97. RGB value is (204,230,151). Sum of RGB (Red+Green+Blue) = 204+230+151=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE697 is #331968. Grayscale: #D5D5D5. Windows color (decimal): -3348841 or 9955020. OLE color: 9955020.
HSL color Cylindrical-coordinate representation of color #CCE697: hue angle of 79.75º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCE697 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 151 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.10 |
| HSL | 79.75º | 0.61% | 0.75% | - |
| HSV(B) | 79.75º | 0.34% | 0.9% | - |
| XYZ | 58.78 | 71.67 | 40.01 | - |
| YUV | 213.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 151 | 0.11 | 0 | 0.34 | 0.10 | 79.75 | 0.61 | 0.75 |
| Hex | CC | E6 | 97 | B | 0 | 22 | A | 50 | 3D | 4B |
| Octal | 314 | 346 | 227 | 13 | 0 | 42 | 12 | 120 | 75 | 113 |
| Binary | 11001100 | 11100110 | 10010111 | 1011 | 0 | 100010 | 1010 | 1010000 | 111101 | 1001011 |
Color Harmonies of #CCE697
Complementary color
Monochromatic Colors of #CCE697
Black with #CCE697
Text Example
Text Example
White with #CCE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE697; }
p { color: rgb(204,230,151); }
H1.HeaderClassName
{
color: #CCE697;
}
.AnyTagClassName
{
color: #CCE697;
}
</style>
background-color css
<style>
a { background-color: #CCE697; }
a { background-color: rgb(204,230,151); }
div.DivClassName
{
background-color: #CCE697;
}
.BgClassName
{
background-color: #CCE697;
}
</style>
border-color css
<style>
span { border-color: #CCE697; }
span { border-color: rgb(204,230,151); }
td.TdClassName
{
border-color: #CCE697;
}
.TagClassName
{
border-color: #CCE697;
}
</style>