Shades of Reef #CAE1A5
Tints of Reef #CAE1A5
RGB
CMYK
RGB Variations
Color information
#CAE1A5 (or 0xCAE1A5) is known color: Reef. HEX triplet: CA, E1 and A5. RGB value is (202,225,165). Sum of RGB (Red+Green+Blue) = 202+225+165=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE1A5 is #351E5A. Grayscale: #D3D3D3. Windows color (decimal): -3481179 or 10871242. OLE color: 10871242.
HSL color Cylindrical-coordinate representation of color #CAE1A5: hue angle of 83º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAE1A5 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 165 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.12 |
| HSL | 83º | 0.5% | 0.76% | - |
| HSV(B) | 83º | 0.27% | 0.88% | - |
| XYZ | 58.07 | 69.12 | 45.88 | - |
| YUV | 211.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 165 | 0.10 | 0 | 0.27 | 0.12 | 83 | 0.5 | 0.76 |
| Hex | CA | E1 | A5 | A | 0 | 1B | C | 53 | 32 | 4C |
| Octal | 312 | 341 | 245 | 12 | 0 | 33 | 14 | 123 | 62 | 114 |
| Binary | 11001010 | 11100001 | 10100101 | 1010 | 0 | 11011 | 1100 | 1010011 | 110010 | 1001100 |
Color Harmonies of #CAE1A5
Complementary color
Monochromatic Colors of #CAE1A5
Black with #CAE1A5
Text Example
Text Example
White with #CAE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE1A5; }
p { color: rgb(202,225,165); }
H1.HeaderClassName
{
color: #CAE1A5;
}
.AnyTagClassName
{
color: #CAE1A5;
}
</style>
background-color css
<style>
a { background-color: #CAE1A5; }
a { background-color: rgb(202,225,165); }
div.DivClassName
{
background-color: #CAE1A5;
}
.BgClassName
{
background-color: #CAE1A5;
}
</style>
border-color css
<style>
span { border-color: #CAE1A5; }
span { border-color: rgb(202,225,165); }
td.TdClassName
{
border-color: #CAE1A5;
}
.TagClassName
{
border-color: #CAE1A5;
}
</style>