Shades of Reef #CDDD94
Tints of Reef #CDDD94
RGB
CMYK
RGB Variations
Color information
#CDDD94 (or 0xCDDD94) is known color: Reef. HEX triplet: CD, DD and 94. RGB value is (205,221,148). Sum of RGB (Red+Green+Blue) = 205+221+148=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD94 is #32226B. Grayscale: #D0D0D0. Windows color (decimal): -3285612 or 9756109. OLE color: 9756109.
HSL color Cylindrical-coordinate representation of color #CDDD94: hue angle of 73.15º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDDD94 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 148 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.13 |
| HSL | 73.15º | 0.52% | 0.72% | - |
| HSV(B) | 73.15º | 0.33% | 0.87% | - |
| XYZ | 56.38 | 66.83 | 37.95 | - |
| YUV | 207.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 148 | 0.07 | 0 | 0.33 | 0.13 | 73.15 | 0.52 | 0.72 |
| Hex | CD | DD | 94 | 7 | 0 | 21 | D | 49 | 34 | 48 |
| Octal | 315 | 335 | 224 | 7 | 0 | 41 | 15 | 111 | 64 | 110 |
| Binary | 11001101 | 11011101 | 10010100 | 111 | 0 | 100001 | 1101 | 1001001 | 110100 | 1001000 |
Color Harmonies of #CDDD94
Complementary color
Monochromatic Colors of #CDDD94
Black with #CDDD94
Text Example
Text Example
White with #CDDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD94; }
p { color: rgb(205,221,148); }
H1.HeaderClassName
{
color: #CDDD94;
}
.AnyTagClassName
{
color: #CDDD94;
}
</style>
background-color css
<style>
a { background-color: #CDDD94; }
a { background-color: rgb(205,221,148); }
div.DivClassName
{
background-color: #CDDD94;
}
.BgClassName
{
background-color: #CDDD94;
}
</style>
border-color css
<style>
span { border-color: #CDDD94; }
span { border-color: rgb(205,221,148); }
td.TdClassName
{
border-color: #CDDD94;
}
.TagClassName
{
border-color: #CDDD94;
}
</style>