Shades of Oyster Bay #DDECEC
Tints of Oyster Bay #DDECEC
RGB
CMYK
RGB Variations
Color information
#DDECEC (or 0xDDECEC) is known color: Oyster Bay. HEX triplet: DD, EC and EC. RGB value is (221,236,236). Sum of RGB (Red+Green+Blue) = 221+236+236=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #DDECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECEC is #221313. Grayscale: #E7E7E7. Windows color (decimal): -2233108 or 15527133. OLE color: 15527133.
HSL color Cylindrical-coordinate representation of color #DDECEC: hue angle of 180º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECEC is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 236 | - |
CMYK | 0.06 | 0 | 0 | 0.07 |
HSL | 180º | 0.28% | 0.9% | - |
HSV(B) | 180º | 0.06% | 0.93% | - |
XYZ | 74.95 | 81.42 | 91.12 | - |
YUV | 231.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 236 | 0.06 | 0 | 0 | 0.07 | 180 | 0.28 | 0.9 |
Hex | DD | EC | EC | 6 | 0 | 0 | 7 | B4 | 1C | 5A |
Octal | 335 | 354 | 354 | 6 | 0 | 0 | 7 | 264 | 34 | 132 |
Binary | 11011101 | 11101100 | 11101100 | 110 | 0 | 0 | 111 | 10110100 | 11100 | 1011010 |
Color Harmonies of #DDECEC
Complementary color
Monochromatic Colors of #DDECEC
Black with #DDECEC
Text Example
Text Example
White with #DDECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECEC; }
p { color: rgb(221,236,236); }
H1.HeaderClassName
{
color: #DDECEC;
}
.AnyTagClassName
{
color: #DDECEC;
}
</style>
background-color css
<style>
a { background-color: #DDECEC; }
a { background-color: rgb(221,236,236); }
div.DivClassName
{
background-color: #DDECEC;
}
.BgClassName
{
background-color: #DDECEC;
}
</style>
border-color css
<style>
span { border-color: #DDECEC; }
span { border-color: rgb(221,236,236); }
td.TdClassName
{
border-color: #DDECEC;
}
.TagClassName
{
border-color: #DDECEC;
}
</style>