Shades of Oyster Bay #DCEEEF
Tints of Oyster Bay #DCEEEF
RGB
CMYK
RGB Variations
Color information
#DCEEEF (or 0xDCEEEF) is known color: Oyster Bay. HEX triplet: DC, EE and EF. RGB value is (220,238,239). Sum of RGB (Red+Green+Blue) = 220+238+239=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEF is #231110. Grayscale: #E8E8E8. Windows color (decimal): -2298129 or 15724252. OLE color: 15724252.
HSL color Cylindrical-coordinate representation of color #DCEEEF: hue angle of 183.16º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEEF is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 238 | 239 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.06 |
| HSL | 183.16º | 0.37% | 0.9% | - |
| HSV(B) | 183.16º | 0.08% | 0.94% | - |
| XYZ | 75.67 | 82.6 | 93.62 | - |
| YUV | 232.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 239 | 0.08 | 0.00 | 0 | 0.06 | 183.16 | 0.37 | 0.9 |
| Hex | DC | EE | EF | 8 | 0 | 0 | 6 | B7 | 25 | 5A |
| Octal | 334 | 356 | 357 | 10 | 0 | 0 | 6 | 267 | 45 | 132 |
| Binary | 11011100 | 11101110 | 11101111 | 1000 | 0 | 0 | 110 | 10110111 | 100101 | 1011010 |
Color Harmonies of #DCEEEF
Complementary color
Monochromatic Colors of #DCEEEF
Black with #DCEEEF
Text Example
Text Example
White with #DCEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEEF; }
p { color: rgb(220,238,239); }
H1.HeaderClassName
{
color: #DCEEEF;
}
.AnyTagClassName
{
color: #DCEEEF;
}
</style>
background-color css
<style>
a { background-color: #DCEEEF; }
a { background-color: rgb(220,238,239); }
div.DivClassName
{
background-color: #DCEEEF;
}
.BgClassName
{
background-color: #DCEEEF;
}
</style>
border-color css
<style>
span { border-color: #DCEEEF; }
span { border-color: rgb(220,238,239); }
td.TdClassName
{
border-color: #DCEEEF;
}
.TagClassName
{
border-color: #DCEEEF;
}
</style>