Shades of Reef #CEEEAB
Tints of Reef #CEEEAB
RGB
CMYK
RGB Variations
Color information
#CEEEAB (or 0xCEEEAB) is known color: Reef. HEX triplet: CE, EE and AB. RGB value is (206,238,171). Sum of RGB (Red+Green+Blue) = 206+238+171=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEAB is #311154. Grayscale: #DDDDDD. Windows color (decimal): -3215701 or 11267790. OLE color: 11267790.
HSL color Cylindrical-coordinate representation of color #CEEEAB: hue angle of 88.66º 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 #CEEEAB is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 171 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 88.66º | 0.66% | 0.8% | - |
| HSV(B) | 88.66º | 0.28% | 0.93% | - |
| XYZ | 63.38 | 77.21 | 50.09 | - |
| YUV | 220.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 171 | 0.13 | 0 | 0.28 | 0.07 | 88.66 | 0.66 | 0.8 |
| Hex | CE | EE | AB | D | 0 | 1C | 7 | 59 | 42 | 50 |
| Octal | 316 | 356 | 253 | 15 | 0 | 34 | 7 | 131 | 102 | 120 |
| Binary | 11001110 | 11101110 | 10101011 | 1101 | 0 | 11100 | 111 | 1011001 | 1000010 | 1010000 |
Color Harmonies of #CEEEAB
Complementary color
Monochromatic Colors of #CEEEAB
Black with #CEEEAB
Text Example
Text Example
White with #CEEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEAB; }
p { color: rgb(206,238,171); }
H1.HeaderClassName
{
color: #CEEEAB;
}
.AnyTagClassName
{
color: #CEEEAB;
}
</style>
background-color css
<style>
a { background-color: #CEEEAB; }
a { background-color: rgb(206,238,171); }
div.DivClassName
{
background-color: #CEEEAB;
}
.BgClassName
{
background-color: #CEEEAB;
}
</style>
border-color css
<style>
span { border-color: #CEEEAB; }
span { border-color: rgb(206,238,171); }
td.TdClassName
{
border-color: #CEEEAB;
}
.TagClassName
{
border-color: #CEEEAB;
}
</style>