Shades of Reef #CAE3A1
Tints of Reef #CAE3A1
RGB
CMYK
RGB Variations
Color information
#CAE3A1 (or 0xCAE3A1) is known color: Reef. HEX triplet: CA, E3 and A1. RGB value is (202,227,161). Sum of RGB (Red+Green+Blue) = 202+227+161=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE3A1 is #351C5E. Grayscale: #D4D4D4. Windows color (decimal): -3480671 or 10609610. OLE color: 10609610.
HSL color Cylindrical-coordinate representation of color #CAE3A1: hue angle of 82.73º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAE3A1 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 161 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.11 |
| HSL | 82.73º | 0.54% | 0.76% | - |
| HSV(B) | 82.73º | 0.29% | 0.89% | - |
| XYZ | 58.26 | 70.07 | 44.17 | - |
| YUV | 212 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 161 | 0.11 | 0 | 0.29 | 0.11 | 82.73 | 0.54 | 0.76 |
| Hex | CA | E3 | A1 | B | 0 | 1D | B | 53 | 36 | 4C |
| Octal | 312 | 343 | 241 | 13 | 0 | 35 | 13 | 123 | 66 | 114 |
| Binary | 11001010 | 11100011 | 10100001 | 1011 | 0 | 11101 | 1011 | 1010011 | 110110 | 1001100 |
Color Harmonies of #CAE3A1
Complementary color
Monochromatic Colors of #CAE3A1
Black with #CAE3A1
Text Example
Text Example
White with #CAE3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3A1; }
p { color: rgb(202,227,161); }
H1.HeaderClassName
{
color: #CAE3A1;
}
.AnyTagClassName
{
color: #CAE3A1;
}
</style>
background-color css
<style>
a { background-color: #CAE3A1; }
a { background-color: rgb(202,227,161); }
div.DivClassName
{
background-color: #CAE3A1;
}
.BgClassName
{
background-color: #CAE3A1;
}
</style>
border-color css
<style>
span { border-color: #CAE3A1; }
span { border-color: rgb(202,227,161); }
td.TdClassName
{
border-color: #CAE3A1;
}
.TagClassName
{
border-color: #CAE3A1;
}
</style>