Shades of Reef #DAEEB4
Tints of Reef #DAEEB4
RGB
CMYK
RGB Variations
Color information
#DAEEB4 (or 0xDAEEB4) is known color: Reef. HEX triplet: DA, EE and B4. RGB value is (218,238,180). Sum of RGB (Red+Green+Blue) = 218+238+180=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEB4 is #25114B. Grayscale: #E1E1E1. Windows color (decimal): -2429260 or 11857626. OLE color: 11857626.
HSL color Cylindrical-coordinate representation of color #DAEEB4: hue angle of 80.69º degrees, saturation: 0.63, 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 #DAEEB4 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 180 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.07 |
| HSL | 80.69º | 0.63% | 0.82% | - |
| HSV(B) | 80.69º | 0.24% | 0.93% | - |
| XYZ | 67.73 | 79.35 | 54.93 | - |
| YUV | 225.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 180 | 0.08 | 0 | 0.24 | 0.07 | 80.69 | 0.63 | 0.82 |
| Hex | DA | EE | B4 | 8 | 0 | 18 | 7 | 51 | 3F | 52 |
| Octal | 332 | 356 | 264 | 10 | 0 | 30 | 7 | 121 | 77 | 122 |
| Binary | 11011010 | 11101110 | 10110100 | 1000 | 0 | 11000 | 111 | 1010001 | 111111 | 1010010 |
Color Harmonies of #DAEEB4
Complementary color
Monochromatic Colors of #DAEEB4
Black with #DAEEB4
Text Example
Text Example
White with #DAEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEB4; }
p { color: rgb(218,238,180); }
H1.HeaderClassName
{
color: #DAEEB4;
}
.AnyTagClassName
{
color: #DAEEB4;
}
</style>
background-color css
<style>
a { background-color: #DAEEB4; }
a { background-color: rgb(218,238,180); }
div.DivClassName
{
background-color: #DAEEB4;
}
.BgClassName
{
background-color: #DAEEB4;
}
</style>
border-color css
<style>
span { border-color: #DAEEB4; }
span { border-color: rgb(218,238,180); }
td.TdClassName
{
border-color: #DAEEB4;
}
.TagClassName
{
border-color: #DAEEB4;
}
</style>