Shades of Reef #CADDA1
Tints of Reef #CADDA1
RGB
CMYK
RGB Variations
Color information
#CADDA1 (or 0xCADDA1) is known color: Reef. HEX triplet: CA, DD and A1. RGB value is (202,221,161). Sum of RGB (Red+Green+Blue) = 202+221+161=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA1 is #35225E. Grayscale: #D0D0D0. Windows color (decimal): -3482207 or 10608074. OLE color: 10608074.
HSL color Cylindrical-coordinate representation of color #CADDA1: hue angle of 79º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADDA1 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 161 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.13 |
| HSL | 79º | 0.47% | 0.75% | - |
| HSV(B) | 79º | 0.27% | 0.87% | - |
| XYZ | 56.65 | 66.84 | 43.63 | - |
| YUV | 208.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 161 | 0.09 | 0 | 0.27 | 0.13 | 79 | 0.47 | 0.75 |
| Hex | CA | DD | A1 | 9 | 0 | 1B | D | 4F | 2F | 4B |
| Octal | 312 | 335 | 241 | 11 | 0 | 33 | 15 | 117 | 57 | 113 |
| Binary | 11001010 | 11011101 | 10100001 | 1001 | 0 | 11011 | 1101 | 1001111 | 101111 | 1001011 |
Color Harmonies of #CADDA1
Complementary color
Monochromatic Colors of #CADDA1
Black with #CADDA1
Text Example
Text Example
White with #CADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDA1; }
p { color: rgb(202,221,161); }
H1.HeaderClassName
{
color: #CADDA1;
}
.AnyTagClassName
{
color: #CADDA1;
}
</style>
background-color css
<style>
a { background-color: #CADDA1; }
a { background-color: rgb(202,221,161); }
div.DivClassName
{
background-color: #CADDA1;
}
.BgClassName
{
background-color: #CADDA1;
}
</style>
border-color css
<style>
span { border-color: #CADDA1; }
span { border-color: rgb(202,221,161); }
td.TdClassName
{
border-color: #CADDA1;
}
.TagClassName
{
border-color: #CADDA1;
}
</style>