Shades of Oyster Bay #DEEEEE
Tints of Oyster Bay #DEEEEE
RGB
CMYK
RGB Variations
Color information
#DEEEEE (or 0xDEEEEE) is known color: Oyster Bay. HEX triplet: DE, EE and EE. RGB value is (222,238,238). Sum of RGB (Red+Green+Blue) = 222+238+238=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DEEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEEEE is #211111. Grayscale: #E9E9E9. Windows color (decimal): -2167058 or 15658718. OLE color: 15658718.
HSL color Cylindrical-coordinate representation of color #DEEEEE: hue angle of 180º degrees, saturation: 0.32, 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 #DEEEEE is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 238 | - |
| CMYK | 0.07 | 0 | 0 | 0.07 |
| HSL | 180º | 0.32% | 0.9% | - |
| HSV(B) | 180º | 0.07% | 0.93% | - |
| XYZ | 76.13 | 82.85 | 92.87 | - |
| YUV | 233.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 238 | 0.07 | 0 | 0 | 0.07 | 180 | 0.32 | 0.9 |
| Hex | DE | EE | EE | 7 | 0 | 0 | 7 | B4 | 20 | 5A |
| Octal | 336 | 356 | 356 | 7 | 0 | 0 | 7 | 264 | 40 | 132 |
| Binary | 11011110 | 11101110 | 11101110 | 111 | 0 | 0 | 111 | 10110100 | 100000 | 1011010 |
Color Harmonies of #DEEEEE
Complementary color
Monochromatic Colors of #DEEEEE
Black with #DEEEEE
Text Example
Text Example
White with #DEEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEEEE; }
p { color: rgb(222,238,238); }
H1.HeaderClassName
{
color: #DEEEEE;
}
.AnyTagClassName
{
color: #DEEEEE;
}
</style>
background-color css
<style>
a { background-color: #DEEEEE; }
a { background-color: rgb(222,238,238); }
div.DivClassName
{
background-color: #DEEEEE;
}
.BgClassName
{
background-color: #DEEEEE;
}
</style>
border-color css
<style>
span { border-color: #DEEEEE; }
span { border-color: rgb(222,238,238); }
td.TdClassName
{
border-color: #DEEEEE;
}
.TagClassName
{
border-color: #DEEEEE;
}
</style>