Shades of Oyster Bay #DCECEE
Tints of Oyster Bay #DCECEE
RGB
CMYK
RGB Variations
Color information
#DCECEE (or 0xDCECEE) is known color: Oyster Bay. HEX triplet: DC, EC and EE. RGB value is (220,236,238). Sum of RGB (Red+Green+Blue) = 220+236+238=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECEE is #231311. Grayscale: #E7E7E7. Windows color (decimal): -2298642 or 15658204. OLE color: 15658204.
HSL color Cylindrical-coordinate representation of color #DCECEE: hue angle of 186.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 #DCECEE is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 238 | - |
CMYK | 0.08 | 0.01 | 0 | 0.07 |
HSL | 186.67º | 0.35% | 0.9% | - |
HSV(B) | 186.67º | 0.08% | 0.93% | - |
XYZ | 74.94 | 81.38 | 92.65 | - |
YUV | 231.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 238 | 0.08 | 0.01 | 0 | 0.07 | 186.67 | 0.35 | 0.9 |
Hex | DC | EC | EE | 8 | 1 | 0 | 7 | BB | 23 | 5A |
Octal | 334 | 354 | 356 | 10 | 1 | 0 | 7 | 273 | 43 | 132 |
Binary | 11011100 | 11101100 | 11101110 | 1000 | 1 | 0 | 111 | 10111011 | 100011 | 1011010 |
Color Harmonies of #DCECEE
Complementary color
Monochromatic Colors of #DCECEE
Black with #DCECEE
Text Example
Text Example
White with #DCECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECEE; }
p { color: rgb(220,236,238); }
H1.HeaderClassName
{
color: #DCECEE;
}
.AnyTagClassName
{
color: #DCECEE;
}
</style>
background-color css
<style>
a { background-color: #DCECEE; }
a { background-color: rgb(220,236,238); }
div.DivClassName
{
background-color: #DCECEE;
}
.BgClassName
{
background-color: #DCECEE;
}
</style>
border-color css
<style>
span { border-color: #DCECEE; }
span { border-color: rgb(220,236,238); }
td.TdClassName
{
border-color: #DCECEE;
}
.TagClassName
{
border-color: #DCECEE;
}
</style>