Shades of Reef #CAE4AF
Tints of Reef #CAE4AF
RGB
CMYK
RGB Variations
Color information
#CAE4AF (or 0xCAE4AF) is known color: Reef. HEX triplet: CA, E4 and AF. RGB value is (202,228,175). Sum of RGB (Red+Green+Blue) = 202+228+175=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE4AF is #351B50. Grayscale: #D6D6D6. Windows color (decimal): -3480401 or 11527370. OLE color: 11527370.
HSL color Cylindrical-coordinate representation of color #CAE4AF: hue angle of 89.43º degrees, saturation: 0.5, 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 #CAE4AF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 175 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.11 |
| HSL | 89.43º | 0.5% | 0.79% | - |
| HSV(B) | 89.43º | 0.23% | 0.89% | - |
| XYZ | 59.84 | 71.14 | 51.13 | - |
| YUV | 214.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 175 | 0.11 | 0 | 0.23 | 0.11 | 89.43 | 0.5 | 0.79 |
| Hex | CA | E4 | AF | B | 0 | 17 | B | 59 | 32 | 4F |
| Octal | 312 | 344 | 257 | 13 | 0 | 27 | 13 | 131 | 62 | 117 |
| Binary | 11001010 | 11100100 | 10101111 | 1011 | 0 | 10111 | 1011 | 1011001 | 110010 | 1001111 |
Color Harmonies of #CAE4AF
Complementary color
Monochromatic Colors of #CAE4AF
Black with #CAE4AF
Text Example
Text Example
White with #CAE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4AF; }
p { color: rgb(202,228,175); }
H1.HeaderClassName
{
color: #CAE4AF;
}
.AnyTagClassName
{
color: #CAE4AF;
}
</style>
background-color css
<style>
a { background-color: #CAE4AF; }
a { background-color: rgb(202,228,175); }
div.DivClassName
{
background-color: #CAE4AF;
}
.BgClassName
{
background-color: #CAE4AF;
}
</style>
border-color css
<style>
span { border-color: #CAE4AF; }
span { border-color: rgb(202,228,175); }
td.TdClassName
{
border-color: #CAE4AF;
}
.TagClassName
{
border-color: #CAE4AF;
}
</style>