Shades of Reef #CADDA5
Tints of Reef #CADDA5
RGB
CMYK
RGB Variations
Color information
#CADDA5 (or 0xCADDA5) is known color: Reef. HEX triplet: CA, DD and A5. RGB value is (202,221,165). Sum of RGB (Red+Green+Blue) = 202+221+165=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA5 is #35225A. Grayscale: #D1D1D1. Windows color (decimal): -3482203 or 10870218. OLE color: 10870218.
HSL color Cylindrical-coordinate representation of color #CADDA5: hue angle of 80.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CADDA5 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 165 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.13 |
| HSL | 80.36º | 0.45% | 0.76% | - |
| HSV(B) | 80.36º | 0.25% | 0.87% | - |
| XYZ | 57.01 | 66.99 | 45.52 | - |
| YUV | 208.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 165 | 0.09 | 0 | 0.25 | 0.13 | 80.36 | 0.45 | 0.76 |
| Hex | CA | DD | A5 | 9 | 0 | 19 | D | 50 | 2D | 4C |
| Octal | 312 | 335 | 245 | 11 | 0 | 31 | 15 | 120 | 55 | 114 |
| Binary | 11001010 | 11011101 | 10100101 | 1001 | 0 | 11001 | 1101 | 1010000 | 101101 | 1001100 |
Color Harmonies of #CADDA5
Complementary color
Monochromatic Colors of #CADDA5
Black with #CADDA5
Text Example
Text Example
White with #CADDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDA5; }
p { color: rgb(202,221,165); }
H1.HeaderClassName
{
color: #CADDA5;
}
.AnyTagClassName
{
color: #CADDA5;
}
</style>
background-color css
<style>
a { background-color: #CADDA5; }
a { background-color: rgb(202,221,165); }
div.DivClassName
{
background-color: #CADDA5;
}
.BgClassName
{
background-color: #CADDA5;
}
</style>
border-color css
<style>
span { border-color: #CADDA5; }
span { border-color: rgb(202,221,165); }
td.TdClassName
{
border-color: #CADDA5;
}
.TagClassName
{
border-color: #CADDA5;
}
</style>