Shades of Reef #CADFAA
Tints of Reef #CADFAA
RGB
CMYK
RGB Variations
Color information
#CADFAA (or 0xCADFAA) is known color: Reef. HEX triplet: CA, DF and AA. RGB value is (202,223,170). Sum of RGB (Red+Green+Blue) = 202+223+170=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFAA is #352055. Grayscale: #D2D2D2. Windows color (decimal): -3481686 or 11198410. OLE color: 11198410.
HSL color Cylindrical-coordinate representation of color #CADFAA: hue angle of 83.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CADFAA is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 170 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.13 |
| HSL | 83.77º | 0.45% | 0.77% | - |
| HSV(B) | 83.77º | 0.24% | 0.87% | - |
| XYZ | 58 | 68.23 | 48.14 | - |
| YUV | 210.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 170 | 0.09 | 0 | 0.24 | 0.13 | 83.77 | 0.45 | 0.77 |
| Hex | CA | DF | AA | 9 | 0 | 18 | D | 54 | 2D | 4D |
| Octal | 312 | 337 | 252 | 11 | 0 | 30 | 15 | 124 | 55 | 115 |
| Binary | 11001010 | 11011111 | 10101010 | 1001 | 0 | 11000 | 1101 | 1010100 | 101101 | 1001101 |
Color Harmonies of #CADFAA
Complementary color
Monochromatic Colors of #CADFAA
Black with #CADFAA
Text Example
Text Example
White with #CADFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFAA; }
p { color: rgb(202,223,170); }
H1.HeaderClassName
{
color: #CADFAA;
}
.AnyTagClassName
{
color: #CADFAA;
}
</style>
background-color css
<style>
a { background-color: #CADFAA; }
a { background-color: rgb(202,223,170); }
div.DivClassName
{
background-color: #CADFAA;
}
.BgClassName
{
background-color: #CADFAA;
}
</style>
border-color css
<style>
span { border-color: #CADFAA; }
span { border-color: rgb(202,223,170); }
td.TdClassName
{
border-color: #CADFAA;
}
.TagClassName
{
border-color: #CADFAA;
}
</style>