Shades of Reef #CCF8AB
Tints of Reef #CCF8AB
RGB
CMYK
RGB Variations
Color information
#CCF8AB (or 0xCCF8AB) is known color: Reef. HEX triplet: CC, F8 and AB. RGB value is (204,248,171). Sum of RGB (Red+Green+Blue) = 204+248+171=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF8AB is #330754. Grayscale: #E2E2E2. Windows color (decimal): -3344213 or 11270348. OLE color: 11270348.
HSL color Cylindrical-coordinate representation of color #CCF8AB: hue angle of 94.29º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCF8AB is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 171 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.03 |
| HSL | 94.29º | 0.85% | 0.82% | - |
| HSV(B) | 94.29º | 0.31% | 0.97% | - |
| XYZ | 65.82 | 82.91 | 51.06 | - |
| YUV | 226.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 171 | 0.18 | 0 | 0.31 | 0.03 | 94.29 | 0.85 | 0.82 |
| Hex | CC | F8 | AB | 12 | 0 | 1F | 3 | 5E | 55 | 52 |
| Octal | 314 | 370 | 253 | 22 | 0 | 37 | 3 | 136 | 125 | 122 |
| Binary | 11001100 | 11111000 | 10101011 | 10010 | 0 | 11111 | 11 | 1011110 | 1010101 | 1010010 |
Color Harmonies of #CCF8AB
Complementary color
Monochromatic Colors of #CCF8AB
Black with #CCF8AB
Text Example
Text Example
White with #CCF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8AB; }
p { color: rgb(204,248,171); }
H1.HeaderClassName
{
color: #CCF8AB;
}
.AnyTagClassName
{
color: #CCF8AB;
}
</style>
background-color css
<style>
a { background-color: #CCF8AB; }
a { background-color: rgb(204,248,171); }
div.DivClassName
{
background-color: #CCF8AB;
}
.BgClassName
{
background-color: #CCF8AB;
}
</style>
border-color css
<style>
span { border-color: #CCF8AB; }
span { border-color: rgb(204,248,171); }
td.TdClassName
{
border-color: #CCF8AB;
}
.TagClassName
{
border-color: #CCF8AB;
}
</style>