Shades of Oyster Bay #DDECEE
Tints of Oyster Bay #DDECEE
RGB
CMYK
RGB Variations
Color information
#DDECEE (or 0xDDECEE) is known color: Oyster Bay. HEX triplet: DD, EC and EE. RGB value is (221,236,238). Sum of RGB (Red+Green+Blue) = 221+236+238=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECEE is #221311. Grayscale: #E7E7E7. Windows color (decimal): -2233106 or 15658205. OLE color: 15658205.
HSL color Cylindrical-coordinate representation of color #DDECEE: hue angle of 187.06º 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 #DDECEE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 236 | 238 | - |
CMYK | 0.07 | 0.01 | 0 | 0.07 |
HSL | 187.06º | 0.33% | 0.9% | - |
HSV(B) | 187.06º | 0.07% | 0.93% | - |
XYZ | 75.25 | 81.54 | 92.66 | - |
YUV | 231.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 236 | 238 | 0.07 | 0.01 | 0 | 0.07 | 187.06 | 0.33 | 0.9 |
Hex | DD | EC | EE | 7 | 1 | 0 | 7 | BB | 21 | 5A |
Octal | 335 | 354 | 356 | 7 | 1 | 0 | 7 | 273 | 41 | 132 |
Binary | 11011101 | 11101100 | 11101110 | 111 | 1 | 0 | 111 | 10111011 | 100001 | 1011010 |
Color Harmonies of #DDECEE
Complementary color
Monochromatic Colors of #DDECEE
Black with #DDECEE
Text Example
Text Example
White with #DDECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDECEE; }
p { color: rgb(221,236,238); }
H1.HeaderClassName
{
color: #DDECEE;
}
.AnyTagClassName
{
color: #DDECEE;
}
</style>
background-color css
<style>
a { background-color: #DDECEE; }
a { background-color: rgb(221,236,238); }
div.DivClassName
{
background-color: #DDECEE;
}
.BgClassName
{
background-color: #DDECEE;
}
</style>
border-color css
<style>
span { border-color: #DDECEE; }
span { border-color: rgb(221,236,238); }
td.TdClassName
{
border-color: #DDECEE;
}
.TagClassName
{
border-color: #DDECEE;
}
</style>