Shades of Reef #CAE8AE
Tints of Reef #CAE8AE
RGB
CMYK
RGB Variations
Color information
#CAE8AE (or 0xCAE8AE) is known color: Reef. HEX triplet: CA, E8 and AE. RGB value is (202,232,174). Sum of RGB (Red+Green+Blue) = 202+232+174=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE8AE is #351751. Grayscale: #D8D8D8. Windows color (decimal): -3479378 or 11462858. OLE color: 11462858.
HSL color Cylindrical-coordinate representation of color #CAE8AE: hue angle of 91.03º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAE8AE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 174 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.09 |
| HSL | 91.03º | 0.56% | 0.8% | - |
| HSV(B) | 91.03º | 0.25% | 0.91% | - |
| XYZ | 60.85 | 73.33 | 50.99 | - |
| YUV | 216.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 174 | 0.13 | 0 | 0.25 | 0.09 | 91.03 | 0.56 | 0.8 |
| Hex | CA | E8 | AE | D | 0 | 19 | 9 | 5B | 38 | 50 |
| Octal | 312 | 350 | 256 | 15 | 0 | 31 | 11 | 133 | 70 | 120 |
| Binary | 11001010 | 11101000 | 10101110 | 1101 | 0 | 11001 | 1001 | 1011011 | 111000 | 1010000 |
Color Harmonies of #CAE8AE
Complementary color
Monochromatic Colors of #CAE8AE
Black with #CAE8AE
Text Example
Text Example
White with #CAE8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8AE; }
p { color: rgb(202,232,174); }
H1.HeaderClassName
{
color: #CAE8AE;
}
.AnyTagClassName
{
color: #CAE8AE;
}
</style>
background-color css
<style>
a { background-color: #CAE8AE; }
a { background-color: rgb(202,232,174); }
div.DivClassName
{
background-color: #CAE8AE;
}
.BgClassName
{
background-color: #CAE8AE;
}
</style>
border-color css
<style>
span { border-color: #CAE8AE; }
span { border-color: rgb(202,232,174); }
td.TdClassName
{
border-color: #CAE8AE;
}
.TagClassName
{
border-color: #CAE8AE;
}
</style>