Shades of Reef #CADFA8
Tints of Reef #CADFA8
RGB
CMYK
RGB Variations
Color information
#CADFA8 (or 0xCADFA8) is known color: Reef. HEX triplet: CA, DF and A8. RGB value is (202,223,168). Sum of RGB (Red+Green+Blue) = 202+223+168=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFA8 is #352057. Grayscale: #D2D2D2. Windows color (decimal): -3481688 or 11067338. OLE color: 11067338.
HSL color Cylindrical-coordinate representation of color #CADFA8: hue angle of 82.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CADFA8 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 168 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.13 |
| HSL | 82.91º | 0.46% | 0.77% | - |
| HSV(B) | 82.91º | 0.25% | 0.87% | - |
| XYZ | 57.81 | 68.16 | 47.15 | - |
| YUV | 210.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 168 | 0.09 | 0 | 0.25 | 0.13 | 82.91 | 0.46 | 0.77 |
| Hex | CA | DF | A8 | 9 | 0 | 19 | D | 53 | 2E | 4D |
| Octal | 312 | 337 | 250 | 11 | 0 | 31 | 15 | 123 | 56 | 115 |
| Binary | 11001010 | 11011111 | 10101000 | 1001 | 0 | 11001 | 1101 | 1010011 | 101110 | 1001101 |
Color Harmonies of #CADFA8
Complementary color
Monochromatic Colors of #CADFA8
Black with #CADFA8
Text Example
Text Example
White with #CADFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFA8; }
p { color: rgb(202,223,168); }
H1.HeaderClassName
{
color: #CADFA8;
}
.AnyTagClassName
{
color: #CADFA8;
}
</style>
background-color css
<style>
a { background-color: #CADFA8; }
a { background-color: rgb(202,223,168); }
div.DivClassName
{
background-color: #CADFA8;
}
.BgClassName
{
background-color: #CADFA8;
}
</style>
border-color css
<style>
span { border-color: #CADFA8; }
span { border-color: rgb(202,223,168); }
td.TdClassName
{
border-color: #CADFA8;
}
.TagClassName
{
border-color: #CADFA8;
}
</style>