Shades of Oyster Bay #DCEFEE
Tints of Oyster Bay #DCEFEE
RGB
CMYK
RGB Variations
Color information
#DCEFEE (or 0xDCEFEE) is known color: Oyster Bay. HEX triplet: DC, EF and EE. RGB value is (220,239,238). Sum of RGB (Red+Green+Blue) = 220+239+238=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFEE is #231011. Grayscale: #E9E9E9. Windows color (decimal): -2297874 or 15658972. OLE color: 15658972.
HSL color Cylindrical-coordinate representation of color #DCEFEE: hue angle of 176.84º 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 #DCEFEE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 239 | 238 | - |
CMYK | 0.08 | 0 | 0.00 | 0.06 |
HSL | 176.84º | 0.37% | 0.9% | - |
HSV(B) | 176.84º | 0.08% | 0.94% | - |
XYZ | 75.81 | 83.12 | 92.94 | - |
YUV | 233.21 | 130.71 | 118.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 239 | 238 | 0.08 | 0 | 0.00 | 0.06 | 176.84 | 0.37 | 0.9 |
Hex | DC | EF | EE | 8 | 0 | 0 | 6 | B1 | 25 | 5A |
Octal | 334 | 357 | 356 | 10 | 0 | 0 | 6 | 261 | 45 | 132 |
Binary | 11011100 | 11101111 | 11101110 | 1000 | 0 | 0 | 110 | 10110001 | 100101 | 1011010 |
Color Harmonies of #DCEFEE
Complementary color
Monochromatic Colors of #DCEFEE
Black with #DCEFEE
Text Example
Text Example
White with #DCEFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFEE; }
p { color: rgb(220,239,238); }
H1.HeaderClassName
{
color: #DCEFEE;
}
.AnyTagClassName
{
color: #DCEFEE;
}
</style>
background-color css
<style>
a { background-color: #DCEFEE; }
a { background-color: rgb(220,239,238); }
div.DivClassName
{
background-color: #DCEFEE;
}
.BgClassName
{
background-color: #DCEFEE;
}
</style>
border-color css
<style>
span { border-color: #DCEFEE; }
span { border-color: rgb(220,239,238); }
td.TdClassName
{
border-color: #DCEFEE;
}
.TagClassName
{
border-color: #DCEFEE;
}
</style>