Shades of Reef #DAEBB2
Tints of Reef #DAEBB2
RGB
CMYK
RGB Variations
Color information
#DAEBB2 (or 0xDAEBB2) is known color: Reef. HEX triplet: DA, EB and B2. RGB value is (218,235,178). Sum of RGB (Red+Green+Blue) = 218+235+178=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 178 (69.92% from 255 or 28.21% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBB2 is #25144D. Grayscale: #DFDFDF. Windows color (decimal): -2430030 or 11725786. OLE color: 11725786.
HSL color Cylindrical-coordinate representation of color #DAEBB2: hue angle of 77.89º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAEBB2 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 178 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.08 |
| HSL | 77.89º | 0.59% | 0.81% | - |
| HSV(B) | 77.89º | 0.24% | 0.92% | - |
| XYZ | 66.66 | 77.54 | 53.57 | - |
| YUV | 223.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 178 | 0.07 | 0 | 0.24 | 0.08 | 77.89 | 0.59 | 0.81 |
| Hex | DA | EB | B2 | 7 | 0 | 18 | 8 | 4E | 3B | 51 |
| Octal | 332 | 353 | 262 | 7 | 0 | 30 | 10 | 116 | 73 | 121 |
| Binary | 11011010 | 11101011 | 10110010 | 111 | 0 | 11000 | 1000 | 1001110 | 111011 | 1010001 |
Color Harmonies of #DAEBB2
Complementary color
Monochromatic Colors of #DAEBB2
Black with #DAEBB2
Text Example
Text Example
White with #DAEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBB2; }
p { color: rgb(218,235,178); }
H1.HeaderClassName
{
color: #DAEBB2;
}
.AnyTagClassName
{
color: #DAEBB2;
}
</style>
background-color css
<style>
a { background-color: #DAEBB2; }
a { background-color: rgb(218,235,178); }
div.DivClassName
{
background-color: #DAEBB2;
}
.BgClassName
{
background-color: #DAEBB2;
}
</style>
border-color css
<style>
span { border-color: #DAEBB2; }
span { border-color: rgb(218,235,178); }
td.TdClassName
{
border-color: #DAEBB2;
}
.TagClassName
{
border-color: #DAEBB2;
}
</style>