Shades of Deco #CADA8E
Tints of Deco #CADA8E
RGB
CMYK
RGB Variations
Color information
#CADA8E (or 0xCADA8E) is known color: Deco. HEX triplet: CA, DA and 8E. RGB value is (202,218,142). Sum of RGB (Red+Green+Blue) = 202+218+142=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA8E is #352571. Grayscale: #CCCCCC. Windows color (decimal): -3482994 or 9362122. OLE color: 9362122.
HSL color Cylindrical-coordinate representation of color #CADA8E: hue angle of 72.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CADA8E is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 142 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.15 |
| HSL | 72.63º | 0.51% | 0.71% | - |
| HSV(B) | 72.63º | 0.35% | 0.85% | - |
| XYZ | 54.31 | 64.65 | 35.21 | - |
| YUV | 204.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 142 | 0.07 | 0 | 0.35 | 0.15 | 72.63 | 0.51 | 0.71 |
| Hex | CA | DA | 8E | 7 | 0 | 23 | F | 49 | 33 | 47 |
| Octal | 312 | 332 | 216 | 7 | 0 | 43 | 17 | 111 | 63 | 107 |
| Binary | 11001010 | 11011010 | 10001110 | 111 | 0 | 100011 | 1111 | 1001001 | 110011 | 1000111 |
Color Harmonies of #CADA8E
Complementary color
Monochromatic Colors of #CADA8E
Black with #CADA8E
Text Example
Text Example
White with #CADA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA8E; }
p { color: rgb(202,218,142); }
H1.HeaderClassName
{
color: #CADA8E;
}
.AnyTagClassName
{
color: #CADA8E;
}
</style>
background-color css
<style>
a { background-color: #CADA8E; }
a { background-color: rgb(202,218,142); }
div.DivClassName
{
background-color: #CADA8E;
}
.BgClassName
{
background-color: #CADA8E;
}
</style>
border-color css
<style>
span { border-color: #CADA8E; }
span { border-color: rgb(202,218,142); }
td.TdClassName
{
border-color: #CADA8E;
}
.TagClassName
{
border-color: #CADA8E;
}
</style>