Shades of Reef #CCF2A8
Tints of Reef #CCF2A8
RGB
CMYK
RGB Variations
Color information
#CCF2A8 (or 0xCCF2A8) is known color: Reef. HEX triplet: CC, F2 and A8. RGB value is (204,242,168). Sum of RGB (Red+Green+Blue) = 204+242+168=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2A8 is #330D57. Grayscale: #DEDEDE. Windows color (decimal): -3345752 or 11072204. OLE color: 11072204.
HSL color Cylindrical-coordinate representation of color #CCF2A8: hue angle of 90.81º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCF2A8 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 168 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.05 |
| HSL | 90.81º | 0.74% | 0.8% | - |
| HSV(B) | 90.81º | 0.31% | 0.95% | - |
| XYZ | 63.72 | 79.17 | 48.97 | - |
| YUV | 222.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 168 | 0.16 | 0 | 0.31 | 0.05 | 90.81 | 0.74 | 0.8 |
| Hex | CC | F2 | A8 | 10 | 0 | 1F | 5 | 5B | 4A | 50 |
| Octal | 314 | 362 | 250 | 20 | 0 | 37 | 5 | 133 | 112 | 120 |
| Binary | 11001100 | 11110010 | 10101000 | 10000 | 0 | 11111 | 101 | 1011011 | 1001010 | 1010000 |
Color Harmonies of #CCF2A8
Complementary color
Monochromatic Colors of #CCF2A8
Black with #CCF2A8
Text Example
Text Example
White with #CCF2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2A8; }
p { color: rgb(204,242,168); }
H1.HeaderClassName
{
color: #CCF2A8;
}
.AnyTagClassName
{
color: #CCF2A8;
}
</style>
background-color css
<style>
a { background-color: #CCF2A8; }
a { background-color: rgb(204,242,168); }
div.DivClassName
{
background-color: #CCF2A8;
}
.BgClassName
{
background-color: #CCF2A8;
}
</style>
border-color css
<style>
span { border-color: #CCF2A8; }
span { border-color: rgb(204,242,168); }
td.TdClassName
{
border-color: #CCF2A8;
}
.TagClassName
{
border-color: #CCF2A8;
}
</style>