Shades of Reef #CADFA6
Tints of Reef #CADFA6
RGB
CMYK
RGB Variations
Color information
#CADFA6 (or 0xCADFA6) is known color: Reef. HEX triplet: CA, DF and A6. RGB value is (202,223,166). Sum of RGB (Red+Green+Blue) = 202+223+166=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFA6 is #352059. Grayscale: #D2D2D2. Windows color (decimal): -3481690 or 10936266. OLE color: 10936266.
HSL color Cylindrical-coordinate representation of color #CADFA6: hue angle of 82.11º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CADFA6 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 166 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.13 |
| HSL | 82.11º | 0.47% | 0.76% | - |
| HSV(B) | 82.11º | 0.26% | 0.87% | - |
| XYZ | 57.63 | 68.09 | 46.18 | - |
| YUV | 210.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 166 | 0.09 | 0 | 0.26 | 0.13 | 82.11 | 0.47 | 0.76 |
| Hex | CA | DF | A6 | 9 | 0 | 1A | D | 52 | 2F | 4C |
| Octal | 312 | 337 | 246 | 11 | 0 | 32 | 15 | 122 | 57 | 114 |
| Binary | 11001010 | 11011111 | 10100110 | 1001 | 0 | 11010 | 1101 | 1010010 | 101111 | 1001100 |
Color Harmonies of #CADFA6
Complementary color
Monochromatic Colors of #CADFA6
Black with #CADFA6
Text Example
Text Example
White with #CADFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFA6; }
p { color: rgb(202,223,166); }
H1.HeaderClassName
{
color: #CADFA6;
}
.AnyTagClassName
{
color: #CADFA6;
}
</style>
background-color css
<style>
a { background-color: #CADFA6; }
a { background-color: rgb(202,223,166); }
div.DivClassName
{
background-color: #CADFA6;
}
.BgClassName
{
background-color: #CADFA6;
}
</style>
border-color css
<style>
span { border-color: #CADFA6; }
span { border-color: rgb(202,223,166); }
td.TdClassName
{
border-color: #CADFA6;
}
.TagClassName
{
border-color: #CADFA6;
}
</style>