Shades of Oyster Bay #DCEEED
Tints of Oyster Bay #DCEEED
RGB
CMYK
RGB Variations
Color information
#DCEEED (or 0xDCEEED) is known color: Oyster Bay. HEX triplet: DC, EE and ED. RGB value is (220,238,237). Sum of RGB (Red+Green+Blue) = 220+238+237=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEED is #231112. Grayscale: #E8E8E8. Windows color (decimal): -2298131 or 15593180. OLE color: 15593180.
HSL color Cylindrical-coordinate representation of color #DCEEED: hue angle of 176.67º 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 #DCEEED is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 237 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.07 |
| HSL | 176.67º | 0.35% | 0.9% | - |
| HSV(B) | 176.67º | 0.08% | 0.93% | - |
| XYZ | 75.38 | 82.48 | 92.07 | - |
| YUV | 232.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 237 | 0.08 | 0 | 0.00 | 0.07 | 176.67 | 0.35 | 0.9 |
| Hex | DC | EE | ED | 8 | 0 | 0 | 7 | B1 | 23 | 5A |
| Octal | 334 | 356 | 355 | 10 | 0 | 0 | 7 | 261 | 43 | 132 |
| Binary | 11011100 | 11101110 | 11101101 | 1000 | 0 | 0 | 111 | 10110001 | 100011 | 1011010 |
Color Harmonies of #DCEEED
Complementary color
Monochromatic Colors of #DCEEED
Black with #DCEEED
Text Example
Text Example
White with #DCEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEED; }
p { color: rgb(220,238,237); }
H1.HeaderClassName
{
color: #DCEEED;
}
.AnyTagClassName
{
color: #DCEEED;
}
</style>
background-color css
<style>
a { background-color: #DCEEED; }
a { background-color: rgb(220,238,237); }
div.DivClassName
{
background-color: #DCEEED;
}
.BgClassName
{
background-color: #DCEEED;
}
</style>
border-color css
<style>
span { border-color: #DCEEED; }
span { border-color: rgb(220,238,237); }
td.TdClassName
{
border-color: #DCEEED;
}
.TagClassName
{
border-color: #DCEEED;
}
</style>