Shades of Reef #CCF5AB
Tints of Reef #CCF5AB
RGB
CMYK
RGB Variations
Color information
#CCF5AB (or 0xCCF5AB) is known color: Reef. HEX triplet: CC, F5 and AB. RGB value is (204,245,171). Sum of RGB (Red+Green+Blue) = 204+245+171=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF5AB is #330A54. Grayscale: #E0E0E0. Windows color (decimal): -3344981 or 11269580. OLE color: 11269580.
HSL color Cylindrical-coordinate representation of color #CCF5AB: hue angle of 93.24º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF5AB is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 171 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.04 |
| HSL | 93.24º | 0.79% | 0.82% | - |
| HSV(B) | 93.24º | 0.3% | 0.96% | - |
| XYZ | 64.9 | 81.08 | 50.76 | - |
| YUV | 224.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 171 | 0.17 | 0 | 0.30 | 0.04 | 93.24 | 0.79 | 0.82 |
| Hex | CC | F5 | AB | 11 | 0 | 1E | 4 | 5D | 4F | 52 |
| Octal | 314 | 365 | 253 | 21 | 0 | 36 | 4 | 135 | 117 | 122 |
| Binary | 11001100 | 11110101 | 10101011 | 10001 | 0 | 11110 | 100 | 1011101 | 1001111 | 1010010 |
Color Harmonies of #CCF5AB
Complementary color
Monochromatic Colors of #CCF5AB
Black with #CCF5AB
Text Example
Text Example
White with #CCF5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5AB; }
p { color: rgb(204,245,171); }
H1.HeaderClassName
{
color: #CCF5AB;
}
.AnyTagClassName
{
color: #CCF5AB;
}
</style>
background-color css
<style>
a { background-color: #CCF5AB; }
a { background-color: rgb(204,245,171); }
div.DivClassName
{
background-color: #CCF5AB;
}
.BgClassName
{
background-color: #CCF5AB;
}
</style>
border-color css
<style>
span { border-color: #CCF5AB; }
span { border-color: rgb(204,245,171); }
td.TdClassName
{
border-color: #CCF5AB;
}
.TagClassName
{
border-color: #CCF5AB;
}
</style>