Shades of Reef #CDDD96
Tints of Reef #CDDD96
RGB
CMYK
RGB Variations
Color information
#CDDD96 (or 0xCDDD96) is known color: Reef. HEX triplet: CD, DD and 96. RGB value is (205,221,150). Sum of RGB (Red+Green+Blue) = 205+221+150=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD96 is #322269. Grayscale: #D0D0D0. Windows color (decimal): -3285610 or 9887181. OLE color: 9887181.
HSL color Cylindrical-coordinate representation of color #CDDD96: hue angle of 73.52º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDDD96 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 150 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.13 |
| HSL | 73.52º | 0.51% | 0.73% | - |
| HSV(B) | 73.52º | 0.32% | 0.87% | - |
| XYZ | 56.54 | 66.89 | 38.79 | - |
| YUV | 208.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 150 | 0.07 | 0 | 0.32 | 0.13 | 73.52 | 0.51 | 0.73 |
| Hex | CD | DD | 96 | 7 | 0 | 20 | D | 4A | 33 | 49 |
| Octal | 315 | 335 | 226 | 7 | 0 | 40 | 15 | 112 | 63 | 111 |
| Binary | 11001101 | 11011101 | 10010110 | 111 | 0 | 100000 | 1101 | 1001010 | 110011 | 1001001 |
Color Harmonies of #CDDD96
Complementary color
Monochromatic Colors of #CDDD96
Black with #CDDD96
Text Example
Text Example
White with #CDDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD96; }
p { color: rgb(205,221,150); }
H1.HeaderClassName
{
color: #CDDD96;
}
.AnyTagClassName
{
color: #CDDD96;
}
</style>
background-color css
<style>
a { background-color: #CDDD96; }
a { background-color: rgb(205,221,150); }
div.DivClassName
{
background-color: #CDDD96;
}
.BgClassName
{
background-color: #CDDD96;
}
</style>
border-color css
<style>
span { border-color: #CDDD96; }
span { border-color: rgb(205,221,150); }
td.TdClassName
{
border-color: #CDDD96;
}
.TagClassName
{
border-color: #CDDD96;
}
</style>