Shades of Reef #CADD9D
Tints of Reef #CADD9D
RGB
CMYK
RGB Variations
Color information
#CADD9D (or 0xCADD9D) is known color: Reef. HEX triplet: CA, DD and 9D. RGB value is (202,221,157). Sum of RGB (Red+Green+Blue) = 202+221+157=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD9D is #352262. Grayscale: #D0D0D0. Windows color (decimal): -3482211 or 10345930. OLE color: 10345930.
HSL color Cylindrical-coordinate representation of color #CADD9D: hue angle of 77.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CADD9D is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 157 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.13 |
| HSL | 77.81º | 0.48% | 0.74% | - |
| HSV(B) | 77.81º | 0.29% | 0.87% | - |
| XYZ | 56.3 | 66.7 | 41.81 | - |
| YUV | 208.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 157 | 0.09 | 0 | 0.29 | 0.13 | 77.81 | 0.48 | 0.74 |
| Hex | CA | DD | 9D | 9 | 0 | 1D | D | 4E | 30 | 4A |
| Octal | 312 | 335 | 235 | 11 | 0 | 35 | 15 | 116 | 60 | 112 |
| Binary | 11001010 | 11011101 | 10011101 | 1001 | 0 | 11101 | 1101 | 1001110 | 110000 | 1001010 |
Color Harmonies of #CADD9D
Complementary color
Monochromatic Colors of #CADD9D
Black with #CADD9D
Text Example
Text Example
White with #CADD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD9D; }
p { color: rgb(202,221,157); }
H1.HeaderClassName
{
color: #CADD9D;
}
.AnyTagClassName
{
color: #CADD9D;
}
</style>
background-color css
<style>
a { background-color: #CADD9D; }
a { background-color: rgb(202,221,157); }
div.DivClassName
{
background-color: #CADD9D;
}
.BgClassName
{
background-color: #CADD9D;
}
</style>
border-color css
<style>
span { border-color: #CADD9D; }
span { border-color: rgb(202,221,157); }
td.TdClassName
{
border-color: #CADD9D;
}
.TagClassName
{
border-color: #CADD9D;
}
</style>