Shades of Reef #CDDF9E
Tints of Reef #CDDF9E
RGB
CMYK
RGB Variations
Color information
#CDDF9E (or 0xCDDF9E) is known color: Reef. HEX triplet: CD, DF and 9E. RGB value is (205,223,158). Sum of RGB (Red+Green+Blue) = 205+223+158=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF9E is #322061. Grayscale: #D2D2D2. Windows color (decimal): -3285090 or 10411981. OLE color: 10411981.
HSL color Cylindrical-coordinate representation of color #CDDF9E: hue angle of 76.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDDF9E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 158 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.13 |
| HSL | 76.62º | 0.5% | 0.75% | - |
| HSV(B) | 76.62º | 0.29% | 0.87% | - |
| XYZ | 57.74 | 68.22 | 42.47 | - |
| YUV | 210.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 158 | 0.08 | 0 | 0.29 | 0.13 | 76.62 | 0.5 | 0.75 |
| Hex | CD | DF | 9E | 8 | 0 | 1D | D | 4D | 32 | 4B |
| Octal | 315 | 337 | 236 | 10 | 0 | 35 | 15 | 115 | 62 | 113 |
| Binary | 11001101 | 11011111 | 10011110 | 1000 | 0 | 11101 | 1101 | 1001101 | 110010 | 1001011 |
Color Harmonies of #CDDF9E
Complementary color
Monochromatic Colors of #CDDF9E
Black with #CDDF9E
Text Example
Text Example
White with #CDDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF9E; }
p { color: rgb(205,223,158); }
H1.HeaderClassName
{
color: #CDDF9E;
}
.AnyTagClassName
{
color: #CDDF9E;
}
</style>
background-color css
<style>
a { background-color: #CDDF9E; }
a { background-color: rgb(205,223,158); }
div.DivClassName
{
background-color: #CDDF9E;
}
.BgClassName
{
background-color: #CDDF9E;
}
</style>
border-color css
<style>
span { border-color: #CDDF9E; }
span { border-color: rgb(205,223,158); }
td.TdClassName
{
border-color: #CDDF9E;
}
.TagClassName
{
border-color: #CDDF9E;
}
</style>