Shades of Reef #DEED9B
Tints of Reef #DEED9B
RGB
CMYK
RGB Variations
Color information
#DEED9B (or 0xDEED9B) is known color: Reef. HEX triplet: DE, ED and 9B. RGB value is (222,237,155). Sum of RGB (Red+Green+Blue) = 222+237+155=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED9B is #211264. Grayscale: #DFDFDF. Windows color (decimal): -2167397 or 10218974. OLE color: 10218974.
HSL color Cylindrical-coordinate representation of color #DEED9B: hue angle of 70.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEED9B is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 155 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.07 |
| HSL | 70.98º | 0.69% | 0.77% | - |
| HSV(B) | 70.98º | 0.35% | 0.93% | - |
| XYZ | 66.32 | 78.46 | 42.66 | - |
| YUV | 223.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 155 | 0.06 | 0 | 0.35 | 0.07 | 70.98 | 0.69 | 0.77 |
| Hex | DE | ED | 9B | 6 | 0 | 23 | 7 | 47 | 45 | 4D |
| Octal | 336 | 355 | 233 | 6 | 0 | 43 | 7 | 107 | 105 | 115 |
| Binary | 11011110 | 11101101 | 10011011 | 110 | 0 | 100011 | 111 | 1000111 | 1000101 | 1001101 |
Color Harmonies of #DEED9B
Complementary color
Monochromatic Colors of #DEED9B
Black with #DEED9B
Text Example
Text Example
White with #DEED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED9B; }
p { color: rgb(222,237,155); }
H1.HeaderClassName
{
color: #DEED9B;
}
.AnyTagClassName
{
color: #DEED9B;
}
</style>
background-color css
<style>
a { background-color: #DEED9B; }
a { background-color: rgb(222,237,155); }
div.DivClassName
{
background-color: #DEED9B;
}
.BgClassName
{
background-color: #DEED9B;
}
</style>
border-color css
<style>
span { border-color: #DEED9B; }
span { border-color: rgb(222,237,155); }
td.TdClassName
{
border-color: #DEED9B;
}
.TagClassName
{
border-color: #DEED9B;
}
</style>