Shades of Oyster Bay #DDEDEE
Tints of Oyster Bay #DDEDEE
RGB
CMYK
RGB Variations
Color information
#DDEDEE (or 0xDDEDEE) is known color: Oyster Bay. HEX triplet: DD, ED and EE. RGB value is (221,237,238). Sum of RGB (Red+Green+Blue) = 221+237+238=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEE is #221211. Grayscale: #E8E8E8. Windows color (decimal): -2232850 or 15658461. OLE color: 15658461.
HSL color Cylindrical-coordinate representation of color #DDEDEE: hue angle of 183.53º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDEE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 238 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.07 |
| HSL | 183.53º | 0.33% | 0.9% | - |
| HSV(B) | 183.53º | 0.07% | 0.93% | - |
| XYZ | 75.54 | 82.11 | 92.76 | - |
| YUV | 232.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 238 | 0.07 | 0.00 | 0 | 0.07 | 183.53 | 0.33 | 0.9 |
| Hex | DD | ED | EE | 7 | 0 | 0 | 7 | B8 | 21 | 5A |
| Octal | 335 | 355 | 356 | 7 | 0 | 0 | 7 | 270 | 41 | 132 |
| Binary | 11011101 | 11101101 | 11101110 | 111 | 0 | 0 | 111 | 10111000 | 100001 | 1011010 |
Color Harmonies of #DDEDEE
Complementary color
Monochromatic Colors of #DDEDEE
Black with #DDEDEE
Text Example
Text Example
White with #DDEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDEE; }
p { color: rgb(221,237,238); }
H1.HeaderClassName
{
color: #DDEDEE;
}
.AnyTagClassName
{
color: #DDEDEE;
}
</style>
background-color css
<style>
a { background-color: #DDEDEE; }
a { background-color: rgb(221,237,238); }
div.DivClassName
{
background-color: #DDEDEE;
}
.BgClassName
{
background-color: #DDEDEE;
}
</style>
border-color css
<style>
span { border-color: #DDEDEE; }
span { border-color: rgb(221,237,238); }
td.TdClassName
{
border-color: #DDEDEE;
}
.TagClassName
{
border-color: #DDEDEE;
}
</style>