Shades of Oyster Bay #DCEBED
Tints of Oyster Bay #DCEBED
RGB
CMYK
RGB Variations
Color information
#DCEBED (or 0xDCEBED) is known color: Oyster Bay. HEX triplet: DC, EB and ED. RGB value is (220,235,237). Sum of RGB (Red+Green+Blue) = 220+235+237=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBED is #231412. Grayscale: #E6E6E6. Windows color (decimal): -2298899 or 15592412. OLE color: 15592412.
HSL color Cylindrical-coordinate representation of color #DCEBED: hue angle of 187.06º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEBED is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 235 | 237 | - |
CMYK | 0.07 | 0.01 | 0 | 0.07 |
HSL | 187.06º | 0.32% | 0.9% | - |
HSV(B) | 187.06º | 0.07% | 0.93% | - |
XYZ | 74.51 | 80.75 | 91.78 | - |
YUV | 230.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 235 | 237 | 0.07 | 0.01 | 0 | 0.07 | 187.06 | 0.32 | 0.9 |
Hex | DC | EB | ED | 7 | 1 | 0 | 7 | BB | 20 | 5A |
Octal | 334 | 353 | 355 | 7 | 1 | 0 | 7 | 273 | 40 | 132 |
Binary | 11011100 | 11101011 | 11101101 | 111 | 1 | 0 | 111 | 10111011 | 100000 | 1011010 |
Color Harmonies of #DCEBED
Complementary color
Monochromatic Colors of #DCEBED
Black with #DCEBED
Text Example
Text Example
White with #DCEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBED; }
p { color: rgb(220,235,237); }
H1.HeaderClassName
{
color: #DCEBED;
}
.AnyTagClassName
{
color: #DCEBED;
}
</style>
background-color css
<style>
a { background-color: #DCEBED; }
a { background-color: rgb(220,235,237); }
div.DivClassName
{
background-color: #DCEBED;
}
.BgClassName
{
background-color: #DCEBED;
}
</style>
border-color css
<style>
span { border-color: #DCEBED; }
span { border-color: rgb(220,235,237); }
td.TdClassName
{
border-color: #DCEBED;
}
.TagClassName
{
border-color: #DCEBED;
}
</style>