Shades of Oyster Bay #DDEFEF
Tints of Oyster Bay #DDEFEF
RGB
CMYK
RGB Variations
Color information
#DDEFEF (or 0xDDEFEF) is known color: Oyster Bay. HEX triplet: DD, EF and EF. RGB value is (221,239,239). Sum of RGB (Red+Green+Blue) = 221+239+239=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #DDEFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFEF is #221010. Grayscale: #E9E9E9. Windows color (decimal): -2232337 or 15724509. OLE color: 15724509.
HSL color Cylindrical-coordinate representation of color #DDEFEF: hue angle of 180º 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 #DDEFEF is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 239 | - |
| CMYK | 0.08 | 0 | 0 | 0.06 |
| HSL | 180º | 0.36% | 0.9% | - |
| HSV(B) | 180º | 0.08% | 0.94% | - |
| XYZ | 76.27 | 83.34 | 93.73 | - |
| YUV | 233.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 239 | 0.08 | 0 | 0 | 0.06 | 180 | 0.36 | 0.9 |
| Hex | DD | EF | EF | 8 | 0 | 0 | 6 | B4 | 24 | 5A |
| Octal | 335 | 357 | 357 | 10 | 0 | 0 | 6 | 264 | 44 | 132 |
| Binary | 11011101 | 11101111 | 11101111 | 1000 | 0 | 0 | 110 | 10110100 | 100100 | 1011010 |
Color Harmonies of #DDEFEF
Complementary color
Monochromatic Colors of #DDEFEF
Black with #DDEFEF
Text Example
Text Example
White with #DDEFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFEF; }
p { color: rgb(221,239,239); }
H1.HeaderClassName
{
color: #DDEFEF;
}
.AnyTagClassName
{
color: #DDEFEF;
}
</style>
background-color css
<style>
a { background-color: #DDEFEF; }
a { background-color: rgb(221,239,239); }
div.DivClassName
{
background-color: #DDEFEF;
}
.BgClassName
{
background-color: #DDEFEF;
}
</style>
border-color css
<style>
span { border-color: #DDEFEF; }
span { border-color: rgb(221,239,239); }
td.TdClassName
{
border-color: #DDEFEF;
}
.TagClassName
{
border-color: #DDEFEF;
}
</style>