Shades of Reef #CADDA0
Tints of Reef #CADDA0
RGB
CMYK
RGB Variations
Color information
#CADDA0 (or 0xCADDA0) is known color: Reef. HEX triplet: CA, DD and A0. RGB value is (202,221,160). Sum of RGB (Red+Green+Blue) = 202+221+160=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA0 is #35225F. Grayscale: #D0D0D0. Windows color (decimal): -3482208 or 10542538. OLE color: 10542538.
HSL color Cylindrical-coordinate representation of color #CADDA0: hue angle of 78.69º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CADDA0 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 160 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.13 |
| HSL | 78.69º | 0.47% | 0.75% | - |
| HSV(B) | 78.69º | 0.28% | 0.87% | - |
| XYZ | 56.56 | 66.81 | 43.17 | - |
| YUV | 208.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 160 | 0.09 | 0 | 0.28 | 0.13 | 78.69 | 0.47 | 0.75 |
| Hex | CA | DD | A0 | 9 | 0 | 1C | D | 4F | 2F | 4B |
| Octal | 312 | 335 | 240 | 11 | 0 | 34 | 15 | 117 | 57 | 113 |
| Binary | 11001010 | 11011101 | 10100000 | 1001 | 0 | 11100 | 1101 | 1001111 | 101111 | 1001011 |
Color Harmonies of #CADDA0
Complementary color
Monochromatic Colors of #CADDA0
Black with #CADDA0
Text Example
Text Example
White with #CADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDA0; }
p { color: rgb(202,221,160); }
H1.HeaderClassName
{
color: #CADDA0;
}
.AnyTagClassName
{
color: #CADDA0;
}
</style>
background-color css
<style>
a { background-color: #CADDA0; }
a { background-color: rgb(202,221,160); }
div.DivClassName
{
background-color: #CADDA0;
}
.BgClassName
{
background-color: #CADDA0;
}
</style>
border-color css
<style>
span { border-color: #CADDA0; }
span { border-color: rgb(202,221,160); }
td.TdClassName
{
border-color: #CADDA0;
}
.TagClassName
{
border-color: #CADDA0;
}
</style>