Shades of Reef #CAE6AD
Tints of Reef #CAE6AD
RGB
CMYK
RGB Variations
Color information
#CAE6AD (or 0xCAE6AD) is known color: Reef. HEX triplet: CA, E6 and AD. RGB value is (202,230,173). Sum of RGB (Red+Green+Blue) = 202+230+173=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AD is #351952. Grayscale: #D7D7D7. Windows color (decimal): -3479891 or 11396810. OLE color: 11396810.
HSL color Cylindrical-coordinate representation of color #CAE6AD: hue angle of 89.47º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAE6AD is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 173 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.10 |
| HSL | 89.47º | 0.53% | 0.79% | - |
| HSV(B) | 89.47º | 0.25% | 0.9% | - |
| XYZ | 60.2 | 72.17 | 50.29 | - |
| YUV | 215.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 173 | 0.12 | 0 | 0.25 | 0.10 | 89.47 | 0.53 | 0.79 |
| Hex | CA | E6 | AD | C | 0 | 19 | A | 59 | 35 | 4F |
| Octal | 312 | 346 | 255 | 14 | 0 | 31 | 12 | 131 | 65 | 117 |
| Binary | 11001010 | 11100110 | 10101101 | 1100 | 0 | 11001 | 1010 | 1011001 | 110101 | 1001111 |
Color Harmonies of #CAE6AD
Complementary color
Monochromatic Colors of #CAE6AD
Black with #CAE6AD
Text Example
Text Example
White with #CAE6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6AD; }
p { color: rgb(202,230,173); }
H1.HeaderClassName
{
color: #CAE6AD;
}
.AnyTagClassName
{
color: #CAE6AD;
}
</style>
background-color css
<style>
a { background-color: #CAE6AD; }
a { background-color: rgb(202,230,173); }
div.DivClassName
{
background-color: #CAE6AD;
}
.BgClassName
{
background-color: #CAE6AD;
}
</style>
border-color css
<style>
span { border-color: #CAE6AD; }
span { border-color: rgb(202,230,173); }
td.TdClassName
{
border-color: #CAE6AD;
}
.TagClassName
{
border-color: #CAE6AD;
}
</style>