Shades of Oyster Bay #DDEEF0
Tints of Oyster Bay #DDEEF0
RGB
CMYK
RGB Variations
Color information
#DDEEF0 (or 0xDDEEF0) is known color: Oyster Bay. HEX triplet: DD, EE and F0. RGB value is (221,238,240). Sum of RGB (Red+Green+Blue) = 221+238+240=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF0 is #22110F. Grayscale: #E9E9E9. Windows color (decimal): -2232592 or 15789789. OLE color: 15789789.
HSL color Cylindrical-coordinate representation of color #DDEEF0: hue angle of 186.32º 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 #DDEEF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 221 | 238 | 240 | - |
CMYK | 0.08 | 0.01 | 0 | 0.06 |
HSL | 186.32º | 0.39% | 0.9% | - |
HSV(B) | 186.32º | 0.08% | 0.94% | - |
XYZ | 76.12 | 82.81 | 94.41 | - |
YUV | 233.15 | 131.87 | 119.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 240 | 0.08 | 0.01 | 0 | 0.06 | 186.32 | 0.39 | 0.9 |
Hex | DD | EE | F0 | 8 | 1 | 0 | 6 | BA | 27 | 5A |
Octal | 335 | 356 | 360 | 10 | 1 | 0 | 6 | 272 | 47 | 132 |
Binary | 11011101 | 11101110 | 11110000 | 1000 | 1 | 0 | 110 | 10111010 | 100111 | 1011010 |
Color Harmonies of #DDEEF0
Complementary color
Monochromatic Colors of #DDEEF0
Black with #DDEEF0
Text Example
Text Example
White with #DDEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEF0; }
p { color: rgb(221,238,240); }
H1.HeaderClassName
{
color: #DDEEF0;
}
.AnyTagClassName
{
color: #DDEEF0;
}
</style>
background-color css
<style>
a { background-color: #DDEEF0; }
a { background-color: rgb(221,238,240); }
div.DivClassName
{
background-color: #DDEEF0;
}
.BgClassName
{
background-color: #DDEEF0;
}
</style>
border-color css
<style>
span { border-color: #DDEEF0; }
span { border-color: rgb(221,238,240); }
td.TdClassName
{
border-color: #DDEEF0;
}
.TagClassName
{
border-color: #DDEEF0;
}
</style>