Shades of Reef #CCF8A6
Tints of Reef #CCF8A6
RGB
CMYK
RGB Variations
Color information
#CCF8A6 (or 0xCCF8A6) is known color: Reef. HEX triplet: CC, F8 and A6. RGB value is (204,248,166). Sum of RGB (Red+Green+Blue) = 204+248+166=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8A6 is #330759. Grayscale: #E1E1E1. Windows color (decimal): -3344218 or 10942668. OLE color: 10942668.
HSL color Cylindrical-coordinate representation of color #CCF8A6: hue angle of 92.2º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCF8A6 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 166 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.03 |
| HSL | 92.2º | 0.85% | 0.81% | - |
| HSV(B) | 92.2º | 0.33% | 0.97% | - |
| XYZ | 65.35 | 82.73 | 48.6 | - |
| YUV | 225.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 166 | 0.18 | 0 | 0.33 | 0.03 | 92.2 | 0.85 | 0.81 |
| Hex | CC | F8 | A6 | 12 | 0 | 21 | 3 | 5C | 55 | 51 |
| Octal | 314 | 370 | 246 | 22 | 0 | 41 | 3 | 134 | 125 | 121 |
| Binary | 11001100 | 11111000 | 10100110 | 10010 | 0 | 100001 | 11 | 1011100 | 1010101 | 1010001 |
Color Harmonies of #CCF8A6
Complementary color
Monochromatic Colors of #CCF8A6
Black with #CCF8A6
Text Example
Text Example
White with #CCF8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8A6; }
p { color: rgb(204,248,166); }
H1.HeaderClassName
{
color: #CCF8A6;
}
.AnyTagClassName
{
color: #CCF8A6;
}
</style>
background-color css
<style>
a { background-color: #CCF8A6; }
a { background-color: rgb(204,248,166); }
div.DivClassName
{
background-color: #CCF8A6;
}
.BgClassName
{
background-color: #CCF8A6;
}
</style>
border-color css
<style>
span { border-color: #CCF8A6; }
span { border-color: rgb(204,248,166); }
td.TdClassName
{
border-color: #CCF8A6;
}
.TagClassName
{
border-color: #CCF8A6;
}
</style>