Shades of Reef #CADBA2
Tints of Reef #CADBA2
RGB
CMYK
RGB Variations
Color information
#CADBA2 (or 0xCADBA2) is known color: Reef. HEX triplet: CA, DB and A2. RGB value is (202,219,162). Sum of RGB (Red+Green+Blue) = 202+219+162=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA2 is #35245D. Grayscale: #CFCFCF. Windows color (decimal): -3482718 or 10673098. OLE color: 10673098.
HSL color Cylindrical-coordinate representation of color #CADBA2: hue angle of 77.89º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CADBA2 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 162 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.14 |
| HSL | 77.89º | 0.44% | 0.75% | - |
| HSV(B) | 77.89º | 0.26% | 0.86% | - |
| XYZ | 56.21 | 65.83 | 43.93 | - |
| YUV | 207.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 162 | 0.08 | 0 | 0.26 | 0.14 | 77.89 | 0.44 | 0.75 |
| Hex | CA | DB | A2 | 8 | 0 | 1A | E | 4E | 2C | 4B |
| Octal | 312 | 333 | 242 | 10 | 0 | 32 | 16 | 116 | 54 | 113 |
| Binary | 11001010 | 11011011 | 10100010 | 1000 | 0 | 11010 | 1110 | 1001110 | 101100 | 1001011 |
Color Harmonies of #CADBA2
Complementary color
Monochromatic Colors of #CADBA2
Black with #CADBA2
Text Example
Text Example
White with #CADBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBA2; }
p { color: rgb(202,219,162); }
H1.HeaderClassName
{
color: #CADBA2;
}
.AnyTagClassName
{
color: #CADBA2;
}
</style>
background-color css
<style>
a { background-color: #CADBA2; }
a { background-color: rgb(202,219,162); }
div.DivClassName
{
background-color: #CADBA2;
}
.BgClassName
{
background-color: #CADBA2;
}
</style>
border-color css
<style>
span { border-color: #CADBA2; }
span { border-color: rgb(202,219,162); }
td.TdClassName
{
border-color: #CADBA2;
}
.TagClassName
{
border-color: #CADBA2;
}
</style>