Shades of Reef #CDDF93
Tints of Reef #CDDF93
RGB
CMYK
RGB Variations
Color information
#CDDF93 (or 0xCDDF93) is known color: Reef. HEX triplet: CD, DF and 93. RGB value is (205,223,147). Sum of RGB (Red+Green+Blue) = 205+223+147=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF93 is #32206C. Grayscale: #D1D1D1. Windows color (decimal): -3285101 or 9691085. OLE color: 9691085.
HSL color Cylindrical-coordinate representation of color #CDDF93: hue angle of 74.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDDF93 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 147 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.13 |
| HSL | 74.21º | 0.54% | 0.73% | - |
| HSV(B) | 74.21º | 0.34% | 0.87% | - |
| XYZ | 56.83 | 67.86 | 37.71 | - |
| YUV | 208.95 | 93.04 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 147 | 0.08 | 0 | 0.34 | 0.13 | 74.21 | 0.54 | 0.73 |
| Hex | CD | DF | 93 | 8 | 0 | 22 | D | 4A | 36 | 49 |
| Octal | 315 | 337 | 223 | 10 | 0 | 42 | 15 | 112 | 66 | 111 |
| Binary | 11001101 | 11011111 | 10010011 | 1000 | 0 | 100010 | 1101 | 1001010 | 110110 | 1001001 |
Color Harmonies of #CDDF93
Complementary color
Monochromatic Colors of #CDDF93
Black with #CDDF93
Text Example
Text Example
White with #CDDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF93; }
p { color: rgb(205,223,147); }
H1.HeaderClassName
{
color: #CDDF93;
}
.AnyTagClassName
{
color: #CDDF93;
}
</style>
background-color css
<style>
a { background-color: #CDDF93; }
a { background-color: rgb(205,223,147); }
div.DivClassName
{
background-color: #CDDF93;
}
.BgClassName
{
background-color: #CDDF93;
}
</style>
border-color css
<style>
span { border-color: #CDDF93; }
span { border-color: rgb(205,223,147); }
td.TdClassName
{
border-color: #CDDF93;
}
.TagClassName
{
border-color: #CDDF93;
}
</style>