Shades of Oyster Bay #DDEEED
Tints of Oyster Bay #DDEEED
RGB
CMYK
RGB Variations
Color information
#DDEEED (or 0xDDEEED) is known color: Oyster Bay. HEX triplet: DD, EE and ED. RGB value is (221,238,237). Sum of RGB (Red+Green+Blue) = 221+238+237=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEED is #221112. Grayscale: #E8E8E8. Windows color (decimal): -2232595 or 15593181. OLE color: 15593181.
HSL color Cylindrical-coordinate representation of color #DDEEED: hue angle of 176.47º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEED is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 238 | 237 | - |
CMYK | 0.07 | 0 | 0.00 | 0.07 |
HSL | 176.47º | 0.33% | 0.9% | - |
HSV(B) | 176.47º | 0.07% | 0.93% | - |
XYZ | 75.68 | 82.64 | 92.08 | - |
YUV | 232.8 | 130.37 | 119.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 237 | 0.07 | 0 | 0.00 | 0.07 | 176.47 | 0.33 | 0.9 |
Hex | DD | EE | ED | 7 | 0 | 0 | 7 | B0 | 21 | 5A |
Octal | 335 | 356 | 355 | 7 | 0 | 0 | 7 | 260 | 41 | 132 |
Binary | 11011101 | 11101110 | 11101101 | 111 | 0 | 0 | 111 | 10110000 | 100001 | 1011010 |
Color Harmonies of #DDEEED
Complementary color
Monochromatic Colors of #DDEEED
Black with #DDEEED
Text Example
Text Example
White with #DDEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEED; }
p { color: rgb(221,238,237); }
H1.HeaderClassName
{
color: #DDEEED;
}
.AnyTagClassName
{
color: #DDEEED;
}
</style>
background-color css
<style>
a { background-color: #DDEEED; }
a { background-color: rgb(221,238,237); }
div.DivClassName
{
background-color: #DDEEED;
}
.BgClassName
{
background-color: #DDEEED;
}
</style>
border-color css
<style>
span { border-color: #DDEEED; }
span { border-color: rgb(221,238,237); }
td.TdClassName
{
border-color: #DDEEED;
}
.TagClassName
{
border-color: #DDEEED;
}
</style>