Shades of Reef #CCF1AA
Tints of Reef #CCF1AA
RGB
CMYK
RGB Variations
Color information
#CCF1AA (or 0xCCF1AA) is known color: Reef. HEX triplet: CC, F1 and AA. RGB value is (204,241,170). Sum of RGB (Red+Green+Blue) = 204+241+170=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1AA is #330E55. Grayscale: #DEDEDE. Windows color (decimal): -3346006 or 11203020. OLE color: 11203020.
HSL color Cylindrical-coordinate representation of color #CCF1AA: hue angle of 91.27º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF1AA is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 170 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 91.27º | 0.72% | 0.81% | - |
| HSV(B) | 91.27º | 0.29% | 0.95% | - |
| XYZ | 63.61 | 78.65 | 49.86 | - |
| YUV | 221.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 170 | 0.15 | 0 | 0.29 | 0.05 | 91.27 | 0.72 | 0.81 |
| Hex | CC | F1 | AA | F | 0 | 1D | 5 | 5B | 48 | 51 |
| Octal | 314 | 361 | 252 | 17 | 0 | 35 | 5 | 133 | 110 | 121 |
| Binary | 11001100 | 11110001 | 10101010 | 1111 | 0 | 11101 | 101 | 1011011 | 1001000 | 1010001 |
Color Harmonies of #CCF1AA
Complementary color
Monochromatic Colors of #CCF1AA
Black with #CCF1AA
Text Example
Text Example
White with #CCF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1AA; }
p { color: rgb(204,241,170); }
H1.HeaderClassName
{
color: #CCF1AA;
}
.AnyTagClassName
{
color: #CCF1AA;
}
</style>
background-color css
<style>
a { background-color: #CCF1AA; }
a { background-color: rgb(204,241,170); }
div.DivClassName
{
background-color: #CCF1AA;
}
.BgClassName
{
background-color: #CCF1AA;
}
</style>
border-color css
<style>
span { border-color: #CCF1AA; }
span { border-color: rgb(204,241,170); }
td.TdClassName
{
border-color: #CCF1AA;
}
.TagClassName
{
border-color: #CCF1AA;
}
</style>