Shades of Oyster Bay #DDEDF0
Tints of Oyster Bay #DDEDF0
RGB
CMYK
RGB Variations
Color information
#DDEDF0 (or 0xDDEDF0) is known color: Oyster Bay. HEX triplet: DD, ED and F0. RGB value is (221,237,240). Sum of RGB (Red+Green+Blue) = 221+237+240=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF0 is #22120F. Grayscale: #E8E8E8. Windows color (decimal): -2232848 or 15789533. OLE color: 15789533.
HSL color Cylindrical-coordinate representation of color #DDEDF0: hue angle of 189.47º degrees, saturation: 0.39, 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 #DDEDF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 237 | 240 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.06 |
| HSL | 189.47º | 0.39% | 0.9% | - |
| HSV(B) | 189.47º | 0.08% | 0.94% | - |
| XYZ | 75.83 | 82.23 | 94.31 | - |
| YUV | 232.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 240 | 0.08 | 0.01 | 0 | 0.06 | 189.47 | 0.39 | 0.9 |
| Hex | DD | ED | F0 | 8 | 1 | 0 | 6 | BD | 27 | 5A |
| Octal | 335 | 355 | 360 | 10 | 1 | 0 | 6 | 275 | 47 | 132 |
| Binary | 11011101 | 11101101 | 11110000 | 1000 | 1 | 0 | 110 | 10111101 | 100111 | 1011010 |
Color Harmonies of #DDEDF0
Complementary color
Monochromatic Colors of #DDEDF0
Black with #DDEDF0
Text Example
Text Example
White with #DDEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDF0; }
p { color: rgb(221,237,240); }
H1.HeaderClassName
{
color: #DDEDF0;
}
.AnyTagClassName
{
color: #DDEDF0;
}
</style>
background-color css
<style>
a { background-color: #DDEDF0; }
a { background-color: rgb(221,237,240); }
div.DivClassName
{
background-color: #DDEDF0;
}
.BgClassName
{
background-color: #DDEDF0;
}
</style>
border-color css
<style>
span { border-color: #DDEDF0; }
span { border-color: rgb(221,237,240); }
td.TdClassName
{
border-color: #DDEDF0;
}
.TagClassName
{
border-color: #DDEDF0;
}
</style>