Shades of Reef #CADEAA
Tints of Reef #CADEAA
RGB
CMYK
RGB Variations
Color information
#CADEAA (or 0xCADEAA) is known color: Reef. HEX triplet: CA, DE and AA. RGB value is (202,222,170). Sum of RGB (Red+Green+Blue) = 202+222+170=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEAA is #352155. Grayscale: #D2D2D2. Windows color (decimal): -3481942 or 11198154. OLE color: 11198154.
HSL color Cylindrical-coordinate representation of color #CADEAA: hue angle of 83.08º degrees, saturation: 0.44, 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 #CADEAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 170 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.13 |
| HSL | 83.08º | 0.44% | 0.77% | - |
| HSV(B) | 83.08º | 0.23% | 0.87% | - |
| XYZ | 57.73 | 67.7 | 48.05 | - |
| YUV | 210.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 170 | 0.09 | 0 | 0.23 | 0.13 | 83.08 | 0.44 | 0.77 |
| Hex | CA | DE | AA | 9 | 0 | 17 | D | 53 | 2C | 4D |
| Octal | 312 | 336 | 252 | 11 | 0 | 27 | 15 | 123 | 54 | 115 |
| Binary | 11001010 | 11011110 | 10101010 | 1001 | 0 | 10111 | 1101 | 1010011 | 101100 | 1001101 |
Color Harmonies of #CADEAA
Complementary color
Monochromatic Colors of #CADEAA
Black with #CADEAA
Text Example
Text Example
White with #CADEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEAA; }
p { color: rgb(202,222,170); }
H1.HeaderClassName
{
color: #CADEAA;
}
.AnyTagClassName
{
color: #CADEAA;
}
</style>
background-color css
<style>
a { background-color: #CADEAA; }
a { background-color: rgb(202,222,170); }
div.DivClassName
{
background-color: #CADEAA;
}
.BgClassName
{
background-color: #CADEAA;
}
</style>
border-color css
<style>
span { border-color: #CADEAA; }
span { border-color: rgb(202,222,170); }
td.TdClassName
{
border-color: #CADEAA;
}
.TagClassName
{
border-color: #CADEAA;
}
</style>