Shades of Reef #CDDD95
Tints of Reef #CDDD95
RGB
CMYK
RGB Variations
Color information
#CDDD95 (or 0xCDDD95) is known color: Reef. HEX triplet: CD, DD and 95. RGB value is (205,221,149). Sum of RGB (Red+Green+Blue) = 205+221+149=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD95 is #32226A. Grayscale: #D0D0D0. Windows color (decimal): -3285611 or 9821645. OLE color: 9821645.
HSL color Cylindrical-coordinate representation of color #CDDD95: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDDD95 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 149 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.13 |
| HSL | 73.33º | 0.51% | 0.73% | - |
| HSV(B) | 73.33º | 0.33% | 0.87% | - |
| XYZ | 56.46 | 66.86 | 38.36 | - |
| YUV | 208.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 149 | 0.07 | 0 | 0.33 | 0.13 | 73.33 | 0.51 | 0.73 |
| Hex | CD | DD | 95 | 7 | 0 | 21 | D | 49 | 33 | 49 |
| Octal | 315 | 335 | 225 | 7 | 0 | 41 | 15 | 111 | 63 | 111 |
| Binary | 11001101 | 11011101 | 10010101 | 111 | 0 | 100001 | 1101 | 1001001 | 110011 | 1001001 |
Color Harmonies of #CDDD95
Complementary color
Monochromatic Colors of #CDDD95
Black with #CDDD95
Text Example
Text Example
White with #CDDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD95; }
p { color: rgb(205,221,149); }
H1.HeaderClassName
{
color: #CDDD95;
}
.AnyTagClassName
{
color: #CDDD95;
}
</style>
background-color css
<style>
a { background-color: #CDDD95; }
a { background-color: rgb(205,221,149); }
div.DivClassName
{
background-color: #CDDD95;
}
.BgClassName
{
background-color: #CDDD95;
}
</style>
border-color css
<style>
span { border-color: #CDDD95; }
span { border-color: rgb(205,221,149); }
td.TdClassName
{
border-color: #CDDD95;
}
.TagClassName
{
border-color: #CDDD95;
}
</style>