Shades of Oyster Bay #DAEDEE
Tints of Oyster Bay #DAEDEE
RGB
CMYK
RGB Variations
Color information
#DAEDEE (or 0xDAEDEE) is known color: Oyster Bay. HEX triplet: DA, ED and EE. RGB value is (218,237,238). Sum of RGB (Red+Green+Blue) = 218+237+238=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDEE is #251211. Grayscale: #E7E7E7. Windows color (decimal): -2429458 or 15658458. OLE color: 15658458.
HSL color Cylindrical-coordinate representation of color #DAEDEE: hue angle of 183º degrees, saturation: 0.37, 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 #DAEDEE is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 238 | - |
CMYK | 0.08 | 0.00 | 0 | 0.07 |
HSL | 183º | 0.37% | 0.89% | - |
HSV(B) | 183º | 0.08% | 0.93% | - |
XYZ | 74.63 | 81.65 | 92.71 | - |
YUV | 231.43 | 131.71 | 118.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 238 | 0.08 | 0.00 | 0 | 0.07 | 183 | 0.37 | 0.89 |
Hex | DA | ED | EE | 8 | 0 | 0 | 7 | B7 | 25 | 59 |
Octal | 332 | 355 | 356 | 10 | 0 | 0 | 7 | 267 | 45 | 131 |
Binary | 11011010 | 11101101 | 11101110 | 1000 | 0 | 0 | 111 | 10110111 | 100101 | 1011001 |
Color Harmonies of #DAEDEE
Complementary color
Monochromatic Colors of #DAEDEE
Black with #DAEDEE
Text Example
Text Example
White with #DAEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDEE; }
p { color: rgb(218,237,238); }
H1.HeaderClassName
{
color: #DAEDEE;
}
.AnyTagClassName
{
color: #DAEDEE;
}
</style>
background-color css
<style>
a { background-color: #DAEDEE; }
a { background-color: rgb(218,237,238); }
div.DivClassName
{
background-color: #DAEDEE;
}
.BgClassName
{
background-color: #DAEDEE;
}
</style>
border-color css
<style>
span { border-color: #DAEDEE; }
span { border-color: rgb(218,237,238); }
td.TdClassName
{
border-color: #DAEDEE;
}
.TagClassName
{
border-color: #DAEDEE;
}
</style>