Shades of Reef #CADDA8
Tints of Reef #CADDA8
RGB
CMYK
RGB Variations
Color information
#CADDA8 (or 0xCADDA8) is known color: Reef. HEX triplet: CA, DD and A8. RGB value is (202,221,168). Sum of RGB (Red+Green+Blue) = 202+221+168=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA8 is #352257. Grayscale: #D1D1D1. Windows color (decimal): -3482200 or 11066826. OLE color: 11066826.
HSL color Cylindrical-coordinate representation of color #CADDA8: hue angle of 81.51º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CADDA8 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 168 | - |
CMYK | 0.09 | 0 | 0.24 | 0.13 |
HSL | 81.51º | 0.44% | 0.76% | - |
HSV(B) | 81.51º | 0.24% | 0.87% | - |
XYZ | 57.28 | 67.1 | 46.98 | - |
YUV | 209.28 | 104.71 | 122.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 168 | 0.09 | 0 | 0.24 | 0.13 | 81.51 | 0.44 | 0.76 |
Hex | CA | DD | A8 | 9 | 0 | 18 | D | 52 | 2C | 4C |
Octal | 312 | 335 | 250 | 11 | 0 | 30 | 15 | 122 | 54 | 114 |
Binary | 11001010 | 11011101 | 10101000 | 1001 | 0 | 11000 | 1101 | 1010010 | 101100 | 1001100 |
Color Harmonies of #CADDA8
Complementary color
Monochromatic Colors of #CADDA8
Black with #CADDA8
Text Example
Text Example
White with #CADDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDA8; }
p { color: rgb(202,221,168); }
H1.HeaderClassName
{
color: #CADDA8;
}
.AnyTagClassName
{
color: #CADDA8;
}
</style>
background-color css
<style>
a { background-color: #CADDA8; }
a { background-color: rgb(202,221,168); }
div.DivClassName
{
background-color: #CADDA8;
}
.BgClassName
{
background-color: #CADDA8;
}
</style>
border-color css
<style>
span { border-color: #CADDA8; }
span { border-color: rgb(202,221,168); }
td.TdClassName
{
border-color: #CADDA8;
}
.TagClassName
{
border-color: #CADDA8;
}
</style>