Shades of Reef #CADDA2
Tints of Reef #CADDA2
RGB
CMYK
RGB Variations
Color information
#CADDA2 (or 0xCADDA2) is known color: Reef. HEX triplet: CA, DD and A2. RGB value is (202,221,162). Sum of RGB (Red+Green+Blue) = 202+221+162=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA2 is #35225D. Grayscale: #D0D0D0. Windows color (decimal): -3482206 or 10673610. OLE color: 10673610.
HSL color Cylindrical-coordinate representation of color #CADDA2: hue angle of 79.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADDA2 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 162 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.13 |
| HSL | 79.32º | 0.46% | 0.75% | - |
| HSV(B) | 79.32º | 0.27% | 0.87% | - |
| XYZ | 56.74 | 66.88 | 44.1 | - |
| YUV | 208.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 162 | 0.09 | 0 | 0.27 | 0.13 | 79.32 | 0.46 | 0.75 |
| Hex | CA | DD | A2 | 9 | 0 | 1B | D | 4F | 2E | 4B |
| Octal | 312 | 335 | 242 | 11 | 0 | 33 | 15 | 117 | 56 | 113 |
| Binary | 11001010 | 11011101 | 10100010 | 1001 | 0 | 11011 | 1101 | 1001111 | 101110 | 1001011 |
Color Harmonies of #CADDA2
Complementary color
Monochromatic Colors of #CADDA2
Black with #CADDA2
Text Example
Text Example
White with #CADDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDA2; }
p { color: rgb(202,221,162); }
H1.HeaderClassName
{
color: #CADDA2;
}
.AnyTagClassName
{
color: #CADDA2;
}
</style>
background-color css
<style>
a { background-color: #CADDA2; }
a { background-color: rgb(202,221,162); }
div.DivClassName
{
background-color: #CADDA2;
}
.BgClassName
{
background-color: #CADDA2;
}
</style>
border-color css
<style>
span { border-color: #CADDA2; }
span { border-color: rgb(202,221,162); }
td.TdClassName
{
border-color: #CADDA2;
}
.TagClassName
{
border-color: #CADDA2;
}
</style>