Shades of Reef #CDDD9E
Tints of Reef #CDDD9E
RGB
CMYK
RGB Variations
Color information
#CDDD9E (or 0xCDDD9E) is known color: Reef. HEX triplet: CD, DD and 9E. RGB value is (205,221,158). Sum of RGB (Red+Green+Blue) = 205+221+158=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD9E is #322261. Grayscale: #D1D1D1. Windows color (decimal): -3285602 or 10411469. OLE color: 10411469.
HSL color Cylindrical-coordinate representation of color #CDDD9E: hue angle of 75.24º 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 #CDDD9E is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 158 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.13 |
| HSL | 75.24º | 0.48% | 0.74% | - |
| HSV(B) | 75.24º | 0.29% | 0.87% | - |
| XYZ | 57.2 | 67.16 | 42.3 | - |
| YUV | 209.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 158 | 0.07 | 0 | 0.29 | 0.13 | 75.24 | 0.48 | 0.74 |
| Hex | CD | DD | 9E | 7 | 0 | 1D | D | 4B | 30 | 4A |
| Octal | 315 | 335 | 236 | 7 | 0 | 35 | 15 | 113 | 60 | 112 |
| Binary | 11001101 | 11011101 | 10011110 | 111 | 0 | 11101 | 1101 | 1001011 | 110000 | 1001010 |
Color Harmonies of #CDDD9E
Complementary color
Monochromatic Colors of #CDDD9E
Black with #CDDD9E
Text Example
Text Example
White with #CDDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD9E; }
p { color: rgb(205,221,158); }
H1.HeaderClassName
{
color: #CDDD9E;
}
.AnyTagClassName
{
color: #CDDD9E;
}
</style>
background-color css
<style>
a { background-color: #CDDD9E; }
a { background-color: rgb(205,221,158); }
div.DivClassName
{
background-color: #CDDD9E;
}
.BgClassName
{
background-color: #CDDD9E;
}
</style>
border-color css
<style>
span { border-color: #CDDD9E; }
span { border-color: rgb(205,221,158); }
td.TdClassName
{
border-color: #CDDD9E;
}
.TagClassName
{
border-color: #CDDD9E;
}
</style>