Shades of Oyster Bay #DAEDED
Tints of Oyster Bay #DAEDED
RGB
CMYK
RGB Variations
Color information
#DAEDED (or 0xDAEDED) is known color: Oyster Bay. HEX triplet: DA, ED and ED. RGB value is (218,237,237). Sum of RGB (Red+Green+Blue) = 218+237+237=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DAEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDED is #251212. Grayscale: #E7E7E7. Windows color (decimal): -2429459 or 15592922. OLE color: 15592922.
HSL color Cylindrical-coordinate representation of color #DAEDED: hue angle of 180º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEDED is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 237 | - |
CMYK | 0.08 | 0 | 0 | 0.07 |
HSL | 180º | 0.35% | 0.89% | - |
HSV(B) | 180º | 0.08% | 0.93% | - |
XYZ | 74.48 | 81.59 | 91.94 | - |
YUV | 231.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 237 | 0.08 | 0 | 0 | 0.07 | 180 | 0.35 | 0.89 |
Hex | DA | ED | ED | 8 | 0 | 0 | 7 | B4 | 23 | 59 |
Octal | 332 | 355 | 355 | 10 | 0 | 0 | 7 | 264 | 43 | 131 |
Binary | 11011010 | 11101101 | 11101101 | 1000 | 0 | 0 | 111 | 10110100 | 100011 | 1011001 |
Color Harmonies of #DAEDED
Complementary color
Monochromatic Colors of #DAEDED
Black with #DAEDED
Text Example
Text Example
White with #DAEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDED; }
p { color: rgb(218,237,237); }
H1.HeaderClassName
{
color: #DAEDED;
}
.AnyTagClassName
{
color: #DAEDED;
}
</style>
background-color css
<style>
a { background-color: #DAEDED; }
a { background-color: rgb(218,237,237); }
div.DivClassName
{
background-color: #DAEDED;
}
.BgClassName
{
background-color: #DAEDED;
}
</style>
border-color css
<style>
span { border-color: #DAEDED; }
span { border-color: rgb(218,237,237); }
td.TdClassName
{
border-color: #DAEDED;
}
.TagClassName
{
border-color: #DAEDED;
}
</style>