Shades of Oyster Bay #DDECEF
Tints of Oyster Bay #DDECEF
RGB
CMYK
RGB Variations
Color information
#DDECEF (or 0xDDECEF) is known color: Oyster Bay. HEX triplet: DD, EC and EF. RGB value is (221,236,239). Sum of RGB (Red+Green+Blue) = 221+236+239=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECEF is #221310. Grayscale: #E7E7E7. Windows color (decimal): -2233105 or 15723741. OLE color: 15723741.
HSL color Cylindrical-coordinate representation of color #DDECEF: hue angle of 190º degrees, saturation: 0.36, 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 #DDECEF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 236 | 239 | - |
CMYK | 0.08 | 0.01 | 0 | 0.06 |
HSL | 190º | 0.36% | 0.9% | - |
HSV(B) | 190º | 0.08% | 0.94% | - |
XYZ | 75.39 | 81.6 | 93.44 | - |
YUV | 231.86 | 132.03 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 239 | 0.08 | 0.01 | 0 | 0.06 | 190 | 0.36 | 0.9 |
Hex | DD | EC | EF | 8 | 1 | 0 | 6 | BE | 24 | 5A |
Octal | 335 | 354 | 357 | 10 | 1 | 0 | 6 | 276 | 44 | 132 |
Binary | 11011101 | 11101100 | 11101111 | 1000 | 1 | 0 | 110 | 10111110 | 100100 | 1011010 |
Color Harmonies of #DDECEF
Complementary color
Monochromatic Colors of #DDECEF
Black with #DDECEF
Text Example
Text Example
White with #DDECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECEF; }
p { color: rgb(221,236,239); }
H1.HeaderClassName
{
color: #DDECEF;
}
.AnyTagClassName
{
color: #DDECEF;
}
</style>
background-color css
<style>
a { background-color: #DDECEF; }
a { background-color: rgb(221,236,239); }
div.DivClassName
{
background-color: #DDECEF;
}
.BgClassName
{
background-color: #DDECEF;
}
</style>
border-color css
<style>
span { border-color: #DDECEF; }
span { border-color: rgb(221,236,239); }
td.TdClassName
{
border-color: #DDECEF;
}
.TagClassName
{
border-color: #DDECEF;
}
</style>