Shades of Reef #CDDF99
Tints of Reef #CDDF99
RGB
CMYK
RGB Variations
Color information
#CDDF99 (or 0xCDDF99) is known color: Reef. HEX triplet: CD, DF and 99. RGB value is (205,223,153). Sum of RGB (Red+Green+Blue) = 205+223+153=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF99 is #322066. Grayscale: #D1D1D1. Windows color (decimal): -3285095 or 10084301. OLE color: 10084301.
HSL color Cylindrical-coordinate representation of color #CDDF99: hue angle of 75.43º 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 #CDDF99 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 153 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.13 |
| HSL | 75.43º | 0.52% | 0.74% | - |
| HSV(B) | 75.43º | 0.31% | 0.87% | - |
| XYZ | 57.31 | 68.05 | 40.25 | - |
| YUV | 209.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 153 | 0.08 | 0 | 0.31 | 0.13 | 75.43 | 0.52 | 0.74 |
| Hex | CD | DF | 99 | 8 | 0 | 1F | D | 4B | 34 | 4A |
| Octal | 315 | 337 | 231 | 10 | 0 | 37 | 15 | 113 | 64 | 112 |
| Binary | 11001101 | 11011111 | 10011001 | 1000 | 0 | 11111 | 1101 | 1001011 | 110100 | 1001010 |
Color Harmonies of #CDDF99
Complementary color
Monochromatic Colors of #CDDF99
Black with #CDDF99
Text Example
Text Example
White with #CDDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF99; }
p { color: rgb(205,223,153); }
H1.HeaderClassName
{
color: #CDDF99;
}
.AnyTagClassName
{
color: #CDDF99;
}
</style>
background-color css
<style>
a { background-color: #CDDF99; }
a { background-color: rgb(205,223,153); }
div.DivClassName
{
background-color: #CDDF99;
}
.BgClassName
{
background-color: #CDDF99;
}
</style>
border-color css
<style>
span { border-color: #CDDF99; }
span { border-color: rgb(205,223,153); }
td.TdClassName
{
border-color: #CDDF99;
}
.TagClassName
{
border-color: #CDDF99;
}
</style>