Shades of Reef #DAEEB1
Tints of Reef #DAEEB1
RGB
CMYK
RGB Variations
Color information
#DAEEB1 (or 0xDAEEB1) is known color: Reef. HEX triplet: DA, EE and B1. RGB value is (218,238,177). Sum of RGB (Red+Green+Blue) = 218+238+177=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEB1 is #25114E. Grayscale: #E1E1E1. Windows color (decimal): -2429263 or 11661018. OLE color: 11661018.
HSL color Cylindrical-coordinate representation of color #DAEEB1: hue angle of 79.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAEEB1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 177 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 79.67º | 0.64% | 0.81% | - |
| HSV(B) | 79.67º | 0.26% | 0.93% | - |
| XYZ | 67.42 | 79.23 | 53.33 | - |
| YUV | 225.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 177 | 0.08 | 0 | 0.26 | 0.07 | 79.67 | 0.64 | 0.81 |
| Hex | DA | EE | B1 | 8 | 0 | 1A | 7 | 50 | 40 | 51 |
| Octal | 332 | 356 | 261 | 10 | 0 | 32 | 7 | 120 | 100 | 121 |
| Binary | 11011010 | 11101110 | 10110001 | 1000 | 0 | 11010 | 111 | 1010000 | 1000000 | 1010001 |
Color Harmonies of #DAEEB1
Complementary color
Monochromatic Colors of #DAEEB1
Black with #DAEEB1
Text Example
Text Example
White with #DAEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEB1; }
p { color: rgb(218,238,177); }
H1.HeaderClassName
{
color: #DAEEB1;
}
.AnyTagClassName
{
color: #DAEEB1;
}
</style>
background-color css
<style>
a { background-color: #DAEEB1; }
a { background-color: rgb(218,238,177); }
div.DivClassName
{
background-color: #DAEEB1;
}
.BgClassName
{
background-color: #DAEEB1;
}
</style>
border-color css
<style>
span { border-color: #DAEEB1; }
span { border-color: rgb(218,238,177); }
td.TdClassName
{
border-color: #DAEEB1;
}
.TagClassName
{
border-color: #DAEEB1;
}
</style>