Shades of Oyster Bay #DCECEF
Tints of Oyster Bay #DCECEF
RGB
CMYK
RGB Variations
Color information
#DCECEF (or 0xDCECEF) is known color: Oyster Bay. HEX triplet: DC, EC and EF. RGB value is (220,236,239). Sum of RGB (Red+Green+Blue) = 220+236+239=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECEF is #231310. Grayscale: #E7E7E7. Windows color (decimal): -2298641 or 15723740. OLE color: 15723740.
HSL color Cylindrical-coordinate representation of color #DCECEF: hue angle of 189.47º 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 #DCECEF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 236 | 239 | - |
CMYK | 0.08 | 0.01 | 0 | 0.06 |
HSL | 189.47º | 0.37% | 0.9% | - |
HSV(B) | 189.47º | 0.08% | 0.94% | - |
XYZ | 75.09 | 81.44 | 93.42 | - |
YUV | 231.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 239 | 0.08 | 0.01 | 0 | 0.06 | 189.47 | 0.37 | 0.9 |
Hex | DC | EC | EF | 8 | 1 | 0 | 6 | BD | 25 | 5A |
Octal | 334 | 354 | 357 | 10 | 1 | 0 | 6 | 275 | 45 | 132 |
Binary | 11011100 | 11101100 | 11101111 | 1000 | 1 | 0 | 110 | 10111101 | 100101 | 1011010 |
Color Harmonies of #DCECEF
Complementary color
Monochromatic Colors of #DCECEF
Black with #DCECEF
Text Example
Text Example
White with #DCECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECEF; }
p { color: rgb(220,236,239); }
H1.HeaderClassName
{
color: #DCECEF;
}
.AnyTagClassName
{
color: #DCECEF;
}
</style>
background-color css
<style>
a { background-color: #DCECEF; }
a { background-color: rgb(220,236,239); }
div.DivClassName
{
background-color: #DCECEF;
}
.BgClassName
{
background-color: #DCECEF;
}
</style>
border-color css
<style>
span { border-color: #DCECEF; }
span { border-color: rgb(220,236,239); }
td.TdClassName
{
border-color: #DCECEF;
}
.TagClassName
{
border-color: #DCECEF;
}
</style>