Shades of Reef #CCF8A8
Tints of Reef #CCF8A8
RGB
CMYK
RGB Variations
Color information
#CCF8A8 (or 0xCCF8A8) is known color: Reef. HEX triplet: CC, F8 and A8. RGB value is (204,248,168). Sum of RGB (Red+Green+Blue) = 204+248+168=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8A8 is #330757. Grayscale: #E1E1E1. Windows color (decimal): -3344216 or 11073740. OLE color: 11073740.
HSL color Cylindrical-coordinate representation of color #CCF8A8: hue angle of 93º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCF8A8 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 168 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.03 |
| HSL | 93º | 0.85% | 0.82% | - |
| HSV(B) | 93º | 0.32% | 0.97% | - |
| XYZ | 65.54 | 82.8 | 49.57 | - |
| YUV | 225.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 168 | 0.18 | 0 | 0.32 | 0.03 | 93 | 0.85 | 0.82 |
| Hex | CC | F8 | A8 | 12 | 0 | 20 | 3 | 5D | 55 | 52 |
| Octal | 314 | 370 | 250 | 22 | 0 | 40 | 3 | 135 | 125 | 122 |
| Binary | 11001100 | 11111000 | 10101000 | 10010 | 0 | 100000 | 11 | 1011101 | 1010101 | 1010010 |
Color Harmonies of #CCF8A8
Complementary color
Monochromatic Colors of #CCF8A8
Black with #CCF8A8
Text Example
Text Example
White with #CCF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8A8; }
p { color: rgb(204,248,168); }
H1.HeaderClassName
{
color: #CCF8A8;
}
.AnyTagClassName
{
color: #CCF8A8;
}
</style>
background-color css
<style>
a { background-color: #CCF8A8; }
a { background-color: rgb(204,248,168); }
div.DivClassName
{
background-color: #CCF8A8;
}
.BgClassName
{
background-color: #CCF8A8;
}
</style>
border-color css
<style>
span { border-color: #CCF8A8; }
span { border-color: rgb(204,248,168); }
td.TdClassName
{
border-color: #CCF8A8;
}
.TagClassName
{
border-color: #CCF8A8;
}
</style>