Shades of Reef #CAE2AD
Tints of Reef #CAE2AD
RGB
CMYK
RGB Variations
Color information
#CAE2AD (or 0xCAE2AD) is known color: Reef. HEX triplet: CA, E2 and AD. RGB value is (202,226,173). Sum of RGB (Red+Green+Blue) = 202+226+173=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE2AD is #351D52. Grayscale: #D4D4D4. Windows color (decimal): -3480915 or 11395786. OLE color: 11395786.
HSL color Cylindrical-coordinate representation of color #CAE2AD: hue angle of 87.17º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAE2AD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 173 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.11 |
| HSL | 87.17º | 0.48% | 0.78% | - |
| HSV(B) | 87.17º | 0.23% | 0.89% | - |
| XYZ | 59.1 | 69.97 | 49.93 | - |
| YUV | 212.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 173 | 0.11 | 0 | 0.23 | 0.11 | 87.17 | 0.48 | 0.78 |
| Hex | CA | E2 | AD | B | 0 | 17 | B | 57 | 30 | 4E |
| Octal | 312 | 342 | 255 | 13 | 0 | 27 | 13 | 127 | 60 | 116 |
| Binary | 11001010 | 11100010 | 10101101 | 1011 | 0 | 10111 | 1011 | 1010111 | 110000 | 1001110 |
Color Harmonies of #CAE2AD
Complementary color
Monochromatic Colors of #CAE2AD
Black with #CAE2AD
Text Example
Text Example
White with #CAE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2AD; }
p { color: rgb(202,226,173); }
H1.HeaderClassName
{
color: #CAE2AD;
}
.AnyTagClassName
{
color: #CAE2AD;
}
</style>
background-color css
<style>
a { background-color: #CAE2AD; }
a { background-color: rgb(202,226,173); }
div.DivClassName
{
background-color: #CAE2AD;
}
.BgClassName
{
background-color: #CAE2AD;
}
</style>
border-color css
<style>
span { border-color: #CAE2AD; }
span { border-color: rgb(202,226,173); }
td.TdClassName
{
border-color: #CAE2AD;
}
.TagClassName
{
border-color: #CAE2AD;
}
</style>