Shades of Reef #CAE4A5
Tints of Reef #CAE4A5
RGB
CMYK
RGB Variations
Color information
#CAE4A5 (or 0xCAE4A5) is known color: Reef. HEX triplet: CA, E4 and A5. RGB value is (202,228,165). Sum of RGB (Red+Green+Blue) = 202+228+165=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE4A5 is #351B5A. Grayscale: #D5D5D5. Windows color (decimal): -3480411 or 10872010. OLE color: 10872010.
HSL color Cylindrical-coordinate representation of color #CAE4A5: hue angle of 84.76º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAE4A5 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 165 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.11 |
| HSL | 84.76º | 0.54% | 0.77% | - |
| HSV(B) | 84.76º | 0.28% | 0.89% | - |
| XYZ | 58.89 | 70.76 | 46.15 | - |
| YUV | 213.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 165 | 0.11 | 0 | 0.28 | 0.11 | 84.76 | 0.54 | 0.77 |
| Hex | CA | E4 | A5 | B | 0 | 1C | B | 55 | 36 | 4D |
| Octal | 312 | 344 | 245 | 13 | 0 | 34 | 13 | 125 | 66 | 115 |
| Binary | 11001010 | 11100100 | 10100101 | 1011 | 0 | 11100 | 1011 | 1010101 | 110110 | 1001101 |
Color Harmonies of #CAE4A5
Complementary color
Monochromatic Colors of #CAE4A5
Black with #CAE4A5
Text Example
Text Example
White with #CAE4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4A5; }
p { color: rgb(202,228,165); }
H1.HeaderClassName
{
color: #CAE4A5;
}
.AnyTagClassName
{
color: #CAE4A5;
}
</style>
background-color css
<style>
a { background-color: #CAE4A5; }
a { background-color: rgb(202,228,165); }
div.DivClassName
{
background-color: #CAE4A5;
}
.BgClassName
{
background-color: #CAE4A5;
}
</style>
border-color css
<style>
span { border-color: #CAE4A5; }
span { border-color: rgb(202,228,165); }
td.TdClassName
{
border-color: #CAE4A5;
}
.TagClassName
{
border-color: #CAE4A5;
}
</style>