Shades of Reef #CADD9A
Tints of Reef #CADD9A
RGB
CMYK
RGB Variations
Color information
#CADD9A (or 0xCADD9A) is known color: Reef. HEX triplet: CA, DD and 9A. RGB value is (202,221,154). Sum of RGB (Red+Green+Blue) = 202+221+154=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD9A is #352265. Grayscale: #CFCFCF. Windows color (decimal): -3482214 or 10149322. OLE color: 10149322.
HSL color Cylindrical-coordinate representation of color #CADD9A: hue angle of 77.01º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CADD9A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 154 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.13 |
| HSL | 77.01º | 0.5% | 0.74% | - |
| HSV(B) | 77.01º | 0.3% | 0.87% | - |
| XYZ | 56.05 | 66.6 | 40.47 | - |
| YUV | 207.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 154 | 0.09 | 0 | 0.30 | 0.13 | 77.01 | 0.5 | 0.74 |
| Hex | CA | DD | 9A | 9 | 0 | 1E | D | 4D | 32 | 4A |
| Octal | 312 | 335 | 232 | 11 | 0 | 36 | 15 | 115 | 62 | 112 |
| Binary | 11001010 | 11011101 | 10011010 | 1001 | 0 | 11110 | 1101 | 1001101 | 110010 | 1001010 |
Color Harmonies of #CADD9A
Complementary color
Monochromatic Colors of #CADD9A
Black with #CADD9A
Text Example
Text Example
White with #CADD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD9A; }
p { color: rgb(202,221,154); }
H1.HeaderClassName
{
color: #CADD9A;
}
.AnyTagClassName
{
color: #CADD9A;
}
</style>
background-color css
<style>
a { background-color: #CADD9A; }
a { background-color: rgb(202,221,154); }
div.DivClassName
{
background-color: #CADD9A;
}
.BgClassName
{
background-color: #CADD9A;
}
</style>
border-color css
<style>
span { border-color: #CADD9A; }
span { border-color: rgb(202,221,154); }
td.TdClassName
{
border-color: #CADD9A;
}
.TagClassName
{
border-color: #CADD9A;
}
</style>