Shades of Oyster Bay #DCEEEE
Tints of Oyster Bay #DCEEEE
RGB
CMYK
RGB Variations
Color information
#DCEEEE (or 0xDCEEEE) is known color: Oyster Bay. HEX triplet: DC, EE and EE. RGB value is (220,238,238). Sum of RGB (Red+Green+Blue) = 220+238+238=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #DCEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEE is #231111. Grayscale: #E8E8E8. Windows color (decimal): -2298130 or 15658716. OLE color: 15658716.
HSL color Cylindrical-coordinate representation of color #DCEEEE: hue angle of 180º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEEE is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 238 | - |
| CMYK | 0.08 | 0 | 0 | 0.07 |
| HSL | 180º | 0.35% | 0.9% | - |
| HSV(B) | 180º | 0.08% | 0.93% | - |
| XYZ | 75.52 | 82.54 | 92.84 | - |
| YUV | 232.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 238 | 0.08 | 0 | 0 | 0.07 | 180 | 0.35 | 0.9 |
| Hex | DC | EE | EE | 8 | 0 | 0 | 7 | B4 | 23 | 5A |
| Octal | 334 | 356 | 356 | 10 | 0 | 0 | 7 | 264 | 43 | 132 |
| Binary | 11011100 | 11101110 | 11101110 | 1000 | 0 | 0 | 111 | 10110100 | 100011 | 1011010 |
Color Harmonies of #DCEEEE
Complementary color
Monochromatic Colors of #DCEEEE
Black with #DCEEEE
Text Example
Text Example
White with #DCEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEEE; }
p { color: rgb(220,238,238); }
H1.HeaderClassName
{
color: #DCEEEE;
}
.AnyTagClassName
{
color: #DCEEEE;
}
</style>
background-color css
<style>
a { background-color: #DCEEEE; }
a { background-color: rgb(220,238,238); }
div.DivClassName
{
background-color: #DCEEEE;
}
.BgClassName
{
background-color: #DCEEEE;
}
</style>
border-color css
<style>
span { border-color: #DCEEEE; }
span { border-color: rgb(220,238,238); }
td.TdClassName
{
border-color: #DCEEEE;
}
.TagClassName
{
border-color: #DCEEEE;
}
</style>