Shades of Reef #DAEDB5
Tints of Reef #DAEDB5
RGB
CMYK
RGB Variations
Color information
#DAEDB5 (or 0xDAEDB5) is known color: Reef. HEX triplet: DA, ED and B5. RGB value is (218,237,181). Sum of RGB (Red+Green+Blue) = 218+237+181=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDB5 is #25124A. Grayscale: #E1E1E1. Windows color (decimal): -2429515 or 11922906. OLE color: 11922906.
HSL color Cylindrical-coordinate representation of color #DAEDB5: hue angle of 80.36º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAEDB5 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 181 | - |
CMYK | 0.08 | 0 | 0.24 | 0.07 |
HSL | 80.36º | 0.61% | 0.82% | - |
HSV(B) | 80.36º | 0.24% | 0.93% | - |
XYZ | 67.54 | 78.81 | 55.37 | - |
YUV | 224.94 | 103.21 | 123.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 181 | 0.08 | 0 | 0.24 | 0.07 | 80.36 | 0.61 | 0.82 |
Hex | DA | ED | B5 | 8 | 0 | 18 | 7 | 50 | 3D | 52 |
Octal | 332 | 355 | 265 | 10 | 0 | 30 | 7 | 120 | 75 | 122 |
Binary | 11011010 | 11101101 | 10110101 | 1000 | 0 | 11000 | 111 | 1010000 | 111101 | 1010010 |
Color Harmonies of #DAEDB5
Complementary color
Monochromatic Colors of #DAEDB5
Black with #DAEDB5
Text Example
Text Example
White with #DAEDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDB5; }
p { color: rgb(218,237,181); }
H1.HeaderClassName
{
color: #DAEDB5;
}
.AnyTagClassName
{
color: #DAEDB5;
}
</style>
background-color css
<style>
a { background-color: #DAEDB5; }
a { background-color: rgb(218,237,181); }
div.DivClassName
{
background-color: #DAEDB5;
}
.BgClassName
{
background-color: #DAEDB5;
}
</style>
border-color css
<style>
span { border-color: #DAEDB5; }
span { border-color: rgb(218,237,181); }
td.TdClassName
{
border-color: #DAEDB5;
}
.TagClassName
{
border-color: #DAEDB5;
}
</style>