Shades of Oyster Bay #DDEDEC
Tints of Oyster Bay #DDEDEC
RGB
CMYK
RGB Variations
Color information
#DDEDEC (or 0xDDEDEC) is known color: Oyster Bay. HEX triplet: DD, ED and EC. RGB value is (221,237,236). Sum of RGB (Red+Green+Blue) = 221+237+236=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEC is #221213. Grayscale: #E8E8E8. Windows color (decimal): -2232852 or 15527389. OLE color: 15527389.
HSL color Cylindrical-coordinate representation of color #DDEDEC: hue angle of 176.25º degrees, saturation: 0.31, 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 #DDEDEC is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 236 | - |
CMYK | 0.07 | 0 | 0.00 | 0.07 |
HSL | 176.25º | 0.31% | 0.9% | - |
HSV(B) | 176.25º | 0.07% | 0.93% | - |
XYZ | 75.24 | 82 | 91.22 | - |
YUV | 232.1 | 130.2 | 120.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 236 | 0.07 | 0 | 0.00 | 0.07 | 176.25 | 0.31 | 0.9 |
Hex | DD | ED | EC | 7 | 0 | 0 | 7 | B0 | 1F | 5A |
Octal | 335 | 355 | 354 | 7 | 0 | 0 | 7 | 260 | 37 | 132 |
Binary | 11011101 | 11101101 | 11101100 | 111 | 0 | 0 | 111 | 10110000 | 11111 | 1011010 |
Color Harmonies of #DDEDEC
Complementary color
Monochromatic Colors of #DDEDEC
Black with #DDEDEC
Text Example
Text Example
White with #DDEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDEC; }
p { color: rgb(221,237,236); }
H1.HeaderClassName
{
color: #DDEDEC;
}
.AnyTagClassName
{
color: #DDEDEC;
}
</style>
background-color css
<style>
a { background-color: #DDEDEC; }
a { background-color: rgb(221,237,236); }
div.DivClassName
{
background-color: #DDEDEC;
}
.BgClassName
{
background-color: #DDEDEC;
}
</style>
border-color css
<style>
span { border-color: #DDEDEC; }
span { border-color: rgb(221,237,236); }
td.TdClassName
{
border-color: #DDEDEC;
}
.TagClassName
{
border-color: #DDEDEC;
}
</style>