Shades of Reef #CAE2AF
Tints of Reef #CAE2AF
RGB
CMYK
RGB Variations
Color information
#CAE2AF (or 0xCAE2AF) is known color: Reef. HEX triplet: CA, E2 and AF. RGB value is (202,226,175). Sum of RGB (Red+Green+Blue) = 202+226+175=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE2AF is #351D50. Grayscale: #D5D5D5. Windows color (decimal): -3480913 or 11526858. OLE color: 11526858.
HSL color Cylindrical-coordinate representation of color #CAE2AF: hue angle of 88.24º degrees, saturation: 0.47, 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 #CAE2AF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 175 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.11 |
| HSL | 88.24º | 0.47% | 0.79% | - |
| HSV(B) | 88.24º | 0.23% | 0.89% | - |
| XYZ | 59.29 | 70.04 | 50.95 | - |
| YUV | 213.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 175 | 0.11 | 0 | 0.23 | 0.11 | 88.24 | 0.47 | 0.79 |
| Hex | CA | E2 | AF | B | 0 | 17 | B | 58 | 2F | 4F |
| Octal | 312 | 342 | 257 | 13 | 0 | 27 | 13 | 130 | 57 | 117 |
| Binary | 11001010 | 11100010 | 10101111 | 1011 | 0 | 10111 | 1011 | 1011000 | 101111 | 1001111 |
Color Harmonies of #CAE2AF
Complementary color
Monochromatic Colors of #CAE2AF
Black with #CAE2AF
Text Example
Text Example
White with #CAE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2AF; }
p { color: rgb(202,226,175); }
H1.HeaderClassName
{
color: #CAE2AF;
}
.AnyTagClassName
{
color: #CAE2AF;
}
</style>
background-color css
<style>
a { background-color: #CAE2AF; }
a { background-color: rgb(202,226,175); }
div.DivClassName
{
background-color: #CAE2AF;
}
.BgClassName
{
background-color: #CAE2AF;
}
</style>
border-color css
<style>
span { border-color: #CAE2AF; }
span { border-color: rgb(202,226,175); }
td.TdClassName
{
border-color: #CAE2AF;
}
.TagClassName
{
border-color: #CAE2AF;
}
</style>