Shades of Reef #DAEDB4
Tints of Reef #DAEDB4
RGB
CMYK
RGB Variations
Color information
#DAEDB4 (or 0xDAEDB4) is known color: Reef. HEX triplet: DA, ED and B4. RGB value is (218,237,180). Sum of RGB (Red+Green+Blue) = 218+237+180=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDB4 is #25124B. Grayscale: #E1E1E1. Windows color (decimal): -2429516 or 11857370. OLE color: 11857370.
HSL color Cylindrical-coordinate representation of color #DAEDB4: hue angle of 80º 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 #DAEDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 180 | - |
CMYK | 0.08 | 0 | 0.24 | 0.07 |
HSL | 80º | 0.61% | 0.82% | - |
HSV(B) | 80º | 0.24% | 0.93% | - |
XYZ | 67.44 | 78.77 | 54.83 | - |
YUV | 224.82 | 102.71 | 123.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 180 | 0.08 | 0 | 0.24 | 0.07 | 80 | 0.61 | 0.82 |
Hex | DA | ED | B4 | 8 | 0 | 18 | 7 | 50 | 3D | 52 |
Octal | 332 | 355 | 264 | 10 | 0 | 30 | 7 | 120 | 75 | 122 |
Binary | 11011010 | 11101101 | 10110100 | 1000 | 0 | 11000 | 111 | 1010000 | 111101 | 1010010 |
Color Harmonies of #DAEDB4
Complementary color
Monochromatic Colors of #DAEDB4
Black with #DAEDB4
Text Example
Text Example
White with #DAEDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDB4; }
p { color: rgb(218,237,180); }
H1.HeaderClassName
{
color: #DAEDB4;
}
.AnyTagClassName
{
color: #DAEDB4;
}
</style>
background-color css
<style>
a { background-color: #DAEDB4; }
a { background-color: rgb(218,237,180); }
div.DivClassName
{
background-color: #DAEDB4;
}
.BgClassName
{
background-color: #DAEDB4;
}
</style>
border-color css
<style>
span { border-color: #DAEDB4; }
span { border-color: rgb(218,237,180); }
td.TdClassName
{
border-color: #DAEDB4;
}
.TagClassName
{
border-color: #DAEDB4;
}
</style>