Shades of Reef #CDDF9A
Tints of Reef #CDDF9A
RGB
CMYK
RGB Variations
Color information
#CDDF9A (or 0xCDDF9A) is known color: Reef. HEX triplet: CD, DF and 9A. RGB value is (205,223,154). Sum of RGB (Red+Green+Blue) = 205+223+154=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF9A is #322065. Grayscale: #D2D2D2. Windows color (decimal): -3285094 or 10149837. OLE color: 10149837.
HSL color Cylindrical-coordinate representation of color #CDDF9A: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDDF9A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 154 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.13 |
| HSL | 75.65º | 0.52% | 0.74% | - |
| HSV(B) | 75.65º | 0.31% | 0.87% | - |
| XYZ | 57.4 | 68.09 | 40.69 | - |
| YUV | 209.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 154 | 0.08 | 0 | 0.31 | 0.13 | 75.65 | 0.52 | 0.74 |
| Hex | CD | DF | 9A | 8 | 0 | 1F | D | 4C | 34 | 4A |
| Octal | 315 | 337 | 232 | 10 | 0 | 37 | 15 | 114 | 64 | 112 |
| Binary | 11001101 | 11011111 | 10011010 | 1000 | 0 | 11111 | 1101 | 1001100 | 110100 | 1001010 |
Color Harmonies of #CDDF9A
Complementary color
Monochromatic Colors of #CDDF9A
Black with #CDDF9A
Text Example
Text Example
White with #CDDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF9A; }
p { color: rgb(205,223,154); }
H1.HeaderClassName
{
color: #CDDF9A;
}
.AnyTagClassName
{
color: #CDDF9A;
}
</style>
background-color css
<style>
a { background-color: #CDDF9A; }
a { background-color: rgb(205,223,154); }
div.DivClassName
{
background-color: #CDDF9A;
}
.BgClassName
{
background-color: #CDDF9A;
}
</style>
border-color css
<style>
span { border-color: #CDDF9A; }
span { border-color: rgb(205,223,154); }
td.TdClassName
{
border-color: #CDDF9A;
}
.TagClassName
{
border-color: #CDDF9A;
}
</style>