Shades of Reef #CEE3AF
Tints of Reef #CEE3AF
RGB
CMYK
RGB Variations
Color information
#CEE3AF (or 0xCEE3AF) is known color: Reef. HEX triplet: CE, E3 and AF. RGB value is (206,227,175). Sum of RGB (Red+Green+Blue) = 206+227+175=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE3AF is #311C50. Grayscale: #D6D6D6. Windows color (decimal): -3218513 or 11527118. OLE color: 11527118.
HSL color Cylindrical-coordinate representation of color #CEE3AF: hue angle of 84.23º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEE3AF is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 175 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.11 |
| HSL | 84.23º | 0.48% | 0.79% | - |
| HSV(B) | 84.23º | 0.23% | 0.89% | - |
| XYZ | 60.66 | 71.16 | 51.09 | - |
| YUV | 214.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 175 | 0.09 | 0 | 0.23 | 0.11 | 84.23 | 0.48 | 0.79 |
| Hex | CE | E3 | AF | 9 | 0 | 17 | B | 54 | 30 | 4F |
| Octal | 316 | 343 | 257 | 11 | 0 | 27 | 13 | 124 | 60 | 117 |
| Binary | 11001110 | 11100011 | 10101111 | 1001 | 0 | 10111 | 1011 | 1010100 | 110000 | 1001111 |
Color Harmonies of #CEE3AF
Complementary color
Monochromatic Colors of #CEE3AF
Black with #CEE3AF
Text Example
Text Example
White with #CEE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3AF; }
p { color: rgb(206,227,175); }
H1.HeaderClassName
{
color: #CEE3AF;
}
.AnyTagClassName
{
color: #CEE3AF;
}
</style>
background-color css
<style>
a { background-color: #CEE3AF; }
a { background-color: rgb(206,227,175); }
div.DivClassName
{
background-color: #CEE3AF;
}
.BgClassName
{
background-color: #CEE3AF;
}
</style>
border-color css
<style>
span { border-color: #CEE3AF; }
span { border-color: rgb(206,227,175); }
td.TdClassName
{
border-color: #CEE3AF;
}
.TagClassName
{
border-color: #CEE3AF;
}
</style>