Shades of Oyster Bay #DDEFF1
Tints of Oyster Bay #DDEFF1
RGB
CMYK
RGB Variations
Color information
#DDEFF1 (or 0xDDEFF1) is known color: Oyster Bay. HEX triplet: DD, EF and F1. RGB value is (221,239,241). Sum of RGB (Red+Green+Blue) = 221+239+241=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 241 (94.53% from 255 or 34.38% from 701); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF1 is #22100E. Grayscale: #E9E9E9. Windows color (decimal): -2232335 or 15855581. OLE color: 15855581.
HSL color Cylindrical-coordinate representation of color #DDEFF1: hue angle of 186º 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 #DDEFF1 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 239 | 241 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.05 |
| HSL | 186º | 0.42% | 0.91% | - |
| HSV(B) | 186º | 0.08% | 0.95% | - |
| XYZ | 76.56 | 83.46 | 95.29 | - |
| YUV | 233.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 241 | 0.08 | 0.01 | 0 | 0.05 | 186 | 0.42 | 0.91 |
| Hex | DD | EF | F1 | 8 | 1 | 0 | 5 | BA | 2A | 5B |
| Octal | 335 | 357 | 361 | 10 | 1 | 0 | 5 | 272 | 52 | 133 |
| Binary | 11011101 | 11101111 | 11110001 | 1000 | 1 | 0 | 101 | 10111010 | 101010 | 1011011 |
Color Harmonies of #DDEFF1
Complementary color
Monochromatic Colors of #DDEFF1
Black with #DDEFF1
Text Example
Text Example
White with #DDEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFF1; }
p { color: rgb(221,239,241); }
H1.HeaderClassName
{
color: #DDEFF1;
}
.AnyTagClassName
{
color: #DDEFF1;
}
</style>
background-color css
<style>
a { background-color: #DDEFF1; }
a { background-color: rgb(221,239,241); }
div.DivClassName
{
background-color: #DDEFF1;
}
.BgClassName
{
background-color: #DDEFF1;
}
</style>
border-color css
<style>
span { border-color: #DDEFF1; }
span { border-color: rgb(221,239,241); }
td.TdClassName
{
border-color: #DDEFF1;
}
.TagClassName
{
border-color: #DDEFF1;
}
</style>