Shades of Reef #CADBA0
Tints of Reef #CADBA0
RGB
CMYK
RGB Variations
Color information
#CADBA0 (or 0xCADBA0) is known color: Reef. HEX triplet: CA, DB and A0. RGB value is (202,219,160). Sum of RGB (Red+Green+Blue) = 202+219+160=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #CADBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADBA0 is #35245F. Grayscale: #CFCFCF. Windows color (decimal): -3482720 or 10542026. OLE color: 10542026.
HSL color Cylindrical-coordinate representation of color #CADBA0: hue angle of 77.29º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADBA0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 160 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.14 |
| HSL | 77.29º | 0.45% | 0.74% | - |
| HSV(B) | 77.29º | 0.27% | 0.86% | - |
| XYZ | 56.03 | 65.76 | 43 | - |
| YUV | 207.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 160 | 0.08 | 0 | 0.27 | 0.14 | 77.29 | 0.45 | 0.74 |
| Hex | CA | DB | A0 | 8 | 0 | 1B | E | 4D | 2D | 4A |
| Octal | 312 | 333 | 240 | 10 | 0 | 33 | 16 | 115 | 55 | 112 |
| Binary | 11001010 | 11011011 | 10100000 | 1000 | 0 | 11011 | 1110 | 1001101 | 101101 | 1001010 |
Color Harmonies of #CADBA0
Complementary color
Monochromatic Colors of #CADBA0
Black with #CADBA0
Text Example
Text Example
White with #CADBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBA0; }
p { color: rgb(202,219,160); }
H1.HeaderClassName
{
color: #CADBA0;
}
.AnyTagClassName
{
color: #CADBA0;
}
</style>
background-color css
<style>
a { background-color: #CADBA0; }
a { background-color: rgb(202,219,160); }
div.DivClassName
{
background-color: #CADBA0;
}
.BgClassName
{
background-color: #CADBA0;
}
</style>
border-color css
<style>
span { border-color: #CADBA0; }
span { border-color: rgb(202,219,160); }
td.TdClassName
{
border-color: #CADBA0;
}
.TagClassName
{
border-color: #CADBA0;
}
</style>