Shades of Reef #CCEEAB
Tints of Reef #CCEEAB
RGB
CMYK
RGB Variations
Color information
#CCEEAB (or 0xCCEEAB) is known color: Reef. HEX triplet: CC, EE and AB. RGB value is (204,238,171). Sum of RGB (Red+Green+Blue) = 204+238+171=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAB is #331154. Grayscale: #DCDCDC. Windows color (decimal): -3346773 or 11267788. OLE color: 11267788.
HSL color Cylindrical-coordinate representation of color #CCEEAB: hue angle of 90.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCEEAB is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 171 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.07 |
| HSL | 90.45º | 0.66% | 0.8% | - |
| HSV(B) | 90.45º | 0.28% | 0.93% | - |
| XYZ | 62.83 | 76.93 | 50.07 | - |
| YUV | 220.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 171 | 0.14 | 0 | 0.28 | 0.07 | 90.45 | 0.66 | 0.8 |
| Hex | CC | EE | AB | E | 0 | 1C | 7 | 5A | 42 | 50 |
| Octal | 314 | 356 | 253 | 16 | 0 | 34 | 7 | 132 | 102 | 120 |
| Binary | 11001100 | 11101110 | 10101011 | 1110 | 0 | 11100 | 111 | 1011010 | 1000010 | 1010000 |
Color Harmonies of #CCEEAB
Complementary color
Monochromatic Colors of #CCEEAB
Black with #CCEEAB
Text Example
Text Example
White with #CCEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEAB; }
p { color: rgb(204,238,171); }
H1.HeaderClassName
{
color: #CCEEAB;
}
.AnyTagClassName
{
color: #CCEEAB;
}
</style>
background-color css
<style>
a { background-color: #CCEEAB; }
a { background-color: rgb(204,238,171); }
div.DivClassName
{
background-color: #CCEEAB;
}
.BgClassName
{
background-color: #CCEEAB;
}
</style>
border-color css
<style>
span { border-color: #CCEEAB; }
span { border-color: rgb(204,238,171); }
td.TdClassName
{
border-color: #CCEEAB;
}
.TagClassName
{
border-color: #CCEEAB;
}
</style>