Shades of Reef #CCF2AA
Tints of Reef #CCF2AA
RGB
CMYK
RGB Variations
Color information
#CCF2AA (or 0xCCF2AA) is known color: Reef. HEX triplet: CC, F2 and AA. RGB value is (204,242,170). Sum of RGB (Red+Green+Blue) = 204+242+170=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AA is #330D55. Grayscale: #DEDEDE. Windows color (decimal): -3345750 or 11203276. OLE color: 11203276.
HSL color Cylindrical-coordinate representation of color #CCF2AA: hue angle of 91.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF2AA is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 170 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.05 |
| HSL | 91.67º | 0.73% | 0.81% | - |
| HSV(B) | 91.67º | 0.3% | 0.95% | - |
| XYZ | 63.91 | 79.24 | 49.96 | - |
| YUV | 222.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 170 | 0.16 | 0 | 0.30 | 0.05 | 91.67 | 0.73 | 0.81 |
| Hex | CC | F2 | AA | 10 | 0 | 1E | 5 | 5C | 49 | 51 |
| Octal | 314 | 362 | 252 | 20 | 0 | 36 | 5 | 134 | 111 | 121 |
| Binary | 11001100 | 11110010 | 10101010 | 10000 | 0 | 11110 | 101 | 1011100 | 1001001 | 1010001 |
Color Harmonies of #CCF2AA
Complementary color
Monochromatic Colors of #CCF2AA
Black with #CCF2AA
Text Example
Text Example
White with #CCF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2AA; }
p { color: rgb(204,242,170); }
H1.HeaderClassName
{
color: #CCF2AA;
}
.AnyTagClassName
{
color: #CCF2AA;
}
</style>
background-color css
<style>
a { background-color: #CCF2AA; }
a { background-color: rgb(204,242,170); }
div.DivClassName
{
background-color: #CCF2AA;
}
.BgClassName
{
background-color: #CCF2AA;
}
</style>
border-color css
<style>
span { border-color: #CCF2AA; }
span { border-color: rgb(204,242,170); }
td.TdClassName
{
border-color: #CCF2AA;
}
.TagClassName
{
border-color: #CCF2AA;
}
</style>