Shades of Oyster Bay #DDEEF1
Tints of Oyster Bay #DDEEF1
RGB
CMYK
RGB Variations
Color information
#DDEEF1 (or 0xDDEEF1) is known color: Oyster Bay. HEX triplet: DD, EE and F1. RGB value is (221,238,241). Sum of RGB (Red+Green+Blue) = 221+238+241=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF1 is #22110E. Grayscale: #E9E9E9. Windows color (decimal): -2232591 or 15855325. OLE color: 15855325.
HSL color Cylindrical-coordinate representation of color #DDEEF1: hue angle of 189º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEEF1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 238 | 241 | - |
CMYK | 0.08 | 0.01 | 0 | 0.05 |
HSL | 189º | 0.42% | 0.91% | - |
HSV(B) | 189º | 0.08% | 0.95% | - |
XYZ | 76.27 | 82.87 | 95.2 | - |
YUV | 233.26 | 132.37 | 119.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 241 | 0.08 | 0.01 | 0 | 0.05 | 189 | 0.42 | 0.91 |
Hex | DD | EE | F1 | 8 | 1 | 0 | 5 | BD | 2A | 5B |
Octal | 335 | 356 | 361 | 10 | 1 | 0 | 5 | 275 | 52 | 133 |
Binary | 11011101 | 11101110 | 11110001 | 1000 | 1 | 0 | 101 | 10111101 | 101010 | 1011011 |
Color Harmonies of #DDEEF1
Complementary color
Monochromatic Colors of #DDEEF1
Black with #DDEEF1
Text Example
Text Example
White with #DDEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEF1; }
p { color: rgb(221,238,241); }
H1.HeaderClassName
{
color: #DDEEF1;
}
.AnyTagClassName
{
color: #DDEEF1;
}
</style>
background-color css
<style>
a { background-color: #DDEEF1; }
a { background-color: rgb(221,238,241); }
div.DivClassName
{
background-color: #DDEEF1;
}
.BgClassName
{
background-color: #DDEEF1;
}
</style>
border-color css
<style>
span { border-color: #DDEEF1; }
span { border-color: rgb(221,238,241); }
td.TdClassName
{
border-color: #DDEEF1;
}
.TagClassName
{
border-color: #DDEEF1;
}
</style>