Shades of Reef #DAEBB1
Tints of Reef #DAEBB1
RGB
CMYK
RGB Variations
Color information
#DAEBB1 (or 0xDAEBB1) is known color: Reef. HEX triplet: DA, EB and B1. RGB value is (218,235,177). Sum of RGB (Red+Green+Blue) = 218+235+177=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBB1 is #25144E. Grayscale: #DFDFDF. Windows color (decimal): -2430031 or 11660250. OLE color: 11660250.
HSL color Cylindrical-coordinate representation of color #DAEBB1: hue angle of 77.59º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAEBB1 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 177 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.08 |
| HSL | 77.59º | 0.59% | 0.81% | - |
| HSV(B) | 77.59º | 0.25% | 0.92% | - |
| XYZ | 66.56 | 77.5 | 53.05 | - |
| YUV | 223.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 177 | 0.07 | 0 | 0.25 | 0.08 | 77.59 | 0.59 | 0.81 |
| Hex | DA | EB | B1 | 7 | 0 | 19 | 8 | 4E | 3B | 51 |
| Octal | 332 | 353 | 261 | 7 | 0 | 31 | 10 | 116 | 73 | 121 |
| Binary | 11011010 | 11101011 | 10110001 | 111 | 0 | 11001 | 1000 | 1001110 | 111011 | 1010001 |
Color Harmonies of #DAEBB1
Complementary color
Monochromatic Colors of #DAEBB1
Black with #DAEBB1
Text Example
Text Example
White with #DAEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBB1; }
p { color: rgb(218,235,177); }
H1.HeaderClassName
{
color: #DAEBB1;
}
.AnyTagClassName
{
color: #DAEBB1;
}
</style>
background-color css
<style>
a { background-color: #DAEBB1; }
a { background-color: rgb(218,235,177); }
div.DivClassName
{
background-color: #DAEBB1;
}
.BgClassName
{
background-color: #DAEBB1;
}
</style>
border-color css
<style>
span { border-color: #DAEBB1; }
span { border-color: rgb(218,235,177); }
td.TdClassName
{
border-color: #DAEBB1;
}
.TagClassName
{
border-color: #DAEBB1;
}
</style>