Shades of Reef #CDDF9D
Tints of Reef #CDDF9D
RGB
CMYK
RGB Variations
Color information
#CDDF9D (or 0xCDDF9D) is known color: Reef. HEX triplet: CD, DF and 9D. RGB value is (205,223,157). Sum of RGB (Red+Green+Blue) = 205+223+157=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF9D is #322062. Grayscale: #D2D2D2. Windows color (decimal): -3285091 or 10346445. OLE color: 10346445.
HSL color Cylindrical-coordinate representation of color #CDDF9D: hue angle of 76.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDDF9D is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 157 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.13 |
| HSL | 76.36º | 0.51% | 0.75% | - |
| HSV(B) | 76.36º | 0.3% | 0.87% | - |
| XYZ | 57.65 | 68.19 | 42.02 | - |
| YUV | 210.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 157 | 0.08 | 0 | 0.30 | 0.13 | 76.36 | 0.51 | 0.75 |
| Hex | CD | DF | 9D | 8 | 0 | 1E | D | 4C | 33 | 4B |
| Octal | 315 | 337 | 235 | 10 | 0 | 36 | 15 | 114 | 63 | 113 |
| Binary | 11001101 | 11011111 | 10011101 | 1000 | 0 | 11110 | 1101 | 1001100 | 110011 | 1001011 |
Color Harmonies of #CDDF9D
Complementary color
Monochromatic Colors of #CDDF9D
Black with #CDDF9D
Text Example
Text Example
White with #CDDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF9D; }
p { color: rgb(205,223,157); }
H1.HeaderClassName
{
color: #CDDF9D;
}
.AnyTagClassName
{
color: #CDDF9D;
}
</style>
background-color css
<style>
a { background-color: #CDDF9D; }
a { background-color: rgb(205,223,157); }
div.DivClassName
{
background-color: #CDDF9D;
}
.BgClassName
{
background-color: #CDDF9D;
}
</style>
border-color css
<style>
span { border-color: #CDDF9D; }
span { border-color: rgb(205,223,157); }
td.TdClassName
{
border-color: #CDDF9D;
}
.TagClassName
{
border-color: #CDDF9D;
}
</style>