Shades of Reef #CADDAA
Tints of Reef #CADDAA
RGB
CMYK
RGB Variations
Color information
#CADDAA (or 0xCADDAA) is known color: Reef. HEX triplet: CA, DD and AA. RGB value is (202,221,170). Sum of RGB (Red+Green+Blue) = 202+221+170=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDAA is #352255. Grayscale: #D1D1D1. Windows color (decimal): -3482198 or 11197898. OLE color: 11197898.
HSL color Cylindrical-coordinate representation of color #CADDAA: hue angle of 82.35º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CADDAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 170 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.13 |
| HSL | 82.35º | 0.43% | 0.77% | - |
| HSV(B) | 82.35º | 0.23% | 0.87% | - |
| XYZ | 57.47 | 67.17 | 47.97 | - |
| YUV | 209.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 170 | 0.09 | 0 | 0.23 | 0.13 | 82.35 | 0.43 | 0.77 |
| Hex | CA | DD | AA | 9 | 0 | 17 | D | 52 | 2B | 4D |
| Octal | 312 | 335 | 252 | 11 | 0 | 27 | 15 | 122 | 53 | 115 |
| Binary | 11001010 | 11011101 | 10101010 | 1001 | 0 | 10111 | 1101 | 1010010 | 101011 | 1001101 |
Color Harmonies of #CADDAA
Complementary color
Monochromatic Colors of #CADDAA
Black with #CADDAA
Text Example
Text Example
White with #CADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDAA; }
p { color: rgb(202,221,170); }
H1.HeaderClassName
{
color: #CADDAA;
}
.AnyTagClassName
{
color: #CADDAA;
}
</style>
background-color css
<style>
a { background-color: #CADDAA; }
a { background-color: rgb(202,221,170); }
div.DivClassName
{
background-color: #CADDAA;
}
.BgClassName
{
background-color: #CADDAA;
}
</style>
border-color css
<style>
span { border-color: #CADDAA; }
span { border-color: rgb(202,221,170); }
td.TdClassName
{
border-color: #CADDAA;
}
.TagClassName
{
border-color: #CADDAA;
}
</style>