Shades of Reef #CADFA2
Tints of Reef #CADFA2
RGB
CMYK
RGB Variations
Color information
#CADFA2 (or 0xCADFA2) is known color: Reef. HEX triplet: CA, DF and A2. RGB value is (202,223,162). Sum of RGB (Red+Green+Blue) = 202+223+162=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFA2 is #35205D. Grayscale: #D1D1D1. Windows color (decimal): -3481694 or 10674122. OLE color: 10674122.
HSL color Cylindrical-coordinate representation of color #CADFA2: hue angle of 80.66º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADFA2 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 162 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.13 |
| HSL | 80.66º | 0.49% | 0.75% | - |
| HSV(B) | 80.66º | 0.27% | 0.87% | - |
| XYZ | 57.27 | 67.94 | 44.28 | - |
| YUV | 209.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 162 | 0.09 | 0 | 0.27 | 0.13 | 80.66 | 0.49 | 0.75 |
| Hex | CA | DF | A2 | 9 | 0 | 1B | D | 51 | 31 | 4B |
| Octal | 312 | 337 | 242 | 11 | 0 | 33 | 15 | 121 | 61 | 113 |
| Binary | 11001010 | 11011111 | 10100010 | 1001 | 0 | 11011 | 1101 | 1010001 | 110001 | 1001011 |
Color Harmonies of #CADFA2
Complementary color
Monochromatic Colors of #CADFA2
Black with #CADFA2
Text Example
Text Example
White with #CADFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFA2; }
p { color: rgb(202,223,162); }
H1.HeaderClassName
{
color: #CADFA2;
}
.AnyTagClassName
{
color: #CADFA2;
}
</style>
background-color css
<style>
a { background-color: #CADFA2; }
a { background-color: rgb(202,223,162); }
div.DivClassName
{
background-color: #CADFA2;
}
.BgClassName
{
background-color: #CADFA2;
}
</style>
border-color css
<style>
span { border-color: #CADFA2; }
span { border-color: rgb(202,223,162); }
td.TdClassName
{
border-color: #CADFA2;
}
.TagClassName
{
border-color: #CADFA2;
}
</style>