Shades of Reef #DEEB9D
Tints of Reef #DEEB9D
RGB
CMYK
RGB Variations
Color information
#DEEB9D (or 0xDEEB9D) is known color: Reef. HEX triplet: DE, EB and 9D. RGB value is (222,235,157). Sum of RGB (Red+Green+Blue) = 222+235+157=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEB9D is #211462. Grayscale: #DEDEDE. Windows color (decimal): -2167907 or 10349534. OLE color: 10349534.
HSL color Cylindrical-coordinate representation of color #DEEB9D: hue angle of 70º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEEB9D is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 157 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.08 |
| HSL | 70º | 0.66% | 0.77% | - |
| HSV(B) | 70º | 0.33% | 0.92% | - |
| XYZ | 65.92 | 77.38 | 43.36 | - |
| YUV | 222.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 157 | 0.06 | 0 | 0.33 | 0.08 | 70 | 0.66 | 0.77 |
| Hex | DE | EB | 9D | 6 | 0 | 21 | 8 | 46 | 42 | 4D |
| Octal | 336 | 353 | 235 | 6 | 0 | 41 | 10 | 106 | 102 | 115 |
| Binary | 11011110 | 11101011 | 10011101 | 110 | 0 | 100001 | 1000 | 1000110 | 1000010 | 1001101 |
Color Harmonies of #DEEB9D
Complementary color
Monochromatic Colors of #DEEB9D
Black with #DEEB9D
Text Example
Text Example
White with #DEEB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB9D; }
p { color: rgb(222,235,157); }
H1.HeaderClassName
{
color: #DEEB9D;
}
.AnyTagClassName
{
color: #DEEB9D;
}
</style>
background-color css
<style>
a { background-color: #DEEB9D; }
a { background-color: rgb(222,235,157); }
div.DivClassName
{
background-color: #DEEB9D;
}
.BgClassName
{
background-color: #DEEB9D;
}
</style>
border-color css
<style>
span { border-color: #DEEB9D; }
span { border-color: rgb(222,235,157); }
td.TdClassName
{
border-color: #DEEB9D;
}
.TagClassName
{
border-color: #DEEB9D;
}
</style>