Shades of Reef #CAE5AD
Tints of Reef #CAE5AD
RGB
CMYK
RGB Variations
Color information
#CAE5AD (or 0xCAE5AD) is known color: Reef. HEX triplet: CA, E5 and AD. RGB value is (202,229,173). Sum of RGB (Red+Green+Blue) = 202+229+173=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 173 (67.97% from 255 or 28.64% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5AD is #351A52. Grayscale: #D6D6D6. Windows color (decimal): -3480147 or 11396554. OLE color: 11396554.
HSL color Cylindrical-coordinate representation of color #CAE5AD: hue angle of 88.93º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAE5AD is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 173 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.10 |
| HSL | 88.93º | 0.52% | 0.79% | - |
| HSV(B) | 88.93º | 0.24% | 0.9% | - |
| XYZ | 59.92 | 71.61 | 50.2 | - |
| YUV | 214.54 | 104.55 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 173 | 0.12 | 0 | 0.24 | 0.10 | 88.93 | 0.52 | 0.79 |
| Hex | CA | E5 | AD | C | 0 | 18 | A | 59 | 34 | 4F |
| Octal | 312 | 345 | 255 | 14 | 0 | 30 | 12 | 131 | 64 | 117 |
| Binary | 11001010 | 11100101 | 10101101 | 1100 | 0 | 11000 | 1010 | 1011001 | 110100 | 1001111 |
Color Harmonies of #CAE5AD
Complementary color
Monochromatic Colors of #CAE5AD
Black with #CAE5AD
Text Example
Text Example
White with #CAE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5AD; }
p { color: rgb(202,229,173); }
H1.HeaderClassName
{
color: #CAE5AD;
}
.AnyTagClassName
{
color: #CAE5AD;
}
</style>
background-color css
<style>
a { background-color: #CAE5AD; }
a { background-color: rgb(202,229,173); }
div.DivClassName
{
background-color: #CAE5AD;
}
.BgClassName
{
background-color: #CAE5AD;
}
</style>
border-color css
<style>
span { border-color: #CAE5AD; }
span { border-color: rgb(202,229,173); }
td.TdClassName
{
border-color: #CAE5AD;
}
.TagClassName
{
border-color: #CAE5AD;
}
</style>