Shades of Reef #CDDF9F
Tints of Reef #CDDF9F
RGB
CMYK
RGB Variations
Color information
#CDDF9F (or 0xCDDF9F) is known color: Reef. HEX triplet: CD, DF and 9F. RGB value is (205,223,159). Sum of RGB (Red+Green+Blue) = 205+223+159=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF9F is #322060. Grayscale: #D2D2D2. Windows color (decimal): -3285089 or 10477517. OLE color: 10477517.
HSL color Cylindrical-coordinate representation of color #CDDF9F: hue angle of 76.88º 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 #CDDF9F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 159 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.13 |
| HSL | 76.88º | 0.5% | 0.75% | - |
| HSV(B) | 76.88º | 0.29% | 0.87% | - |
| XYZ | 57.82 | 68.26 | 42.93 | - |
| YUV | 210.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 159 | 0.08 | 0 | 0.29 | 0.13 | 76.88 | 0.5 | 0.75 |
| Hex | CD | DF | 9F | 8 | 0 | 1D | D | 4D | 32 | 4B |
| Octal | 315 | 337 | 237 | 10 | 0 | 35 | 15 | 115 | 62 | 113 |
| Binary | 11001101 | 11011111 | 10011111 | 1000 | 0 | 11101 | 1101 | 1001101 | 110010 | 1001011 |
Color Harmonies of #CDDF9F
Complementary color
Monochromatic Colors of #CDDF9F
Black with #CDDF9F
Text Example
Text Example
White with #CDDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF9F; }
p { color: rgb(205,223,159); }
H1.HeaderClassName
{
color: #CDDF9F;
}
.AnyTagClassName
{
color: #CDDF9F;
}
</style>
background-color css
<style>
a { background-color: #CDDF9F; }
a { background-color: rgb(205,223,159); }
div.DivClassName
{
background-color: #CDDF9F;
}
.BgClassName
{
background-color: #CDDF9F;
}
</style>
border-color css
<style>
span { border-color: #CDDF9F; }
span { border-color: rgb(205,223,159); }
td.TdClassName
{
border-color: #CDDF9F;
}
.TagClassName
{
border-color: #CDDF9F;
}
</style>