Shades of Reef #DAEEB3
Tints of Reef #DAEEB3
RGB
CMYK
RGB Variations
Color information
#DAEEB3 (or 0xDAEEB3) is known color: Reef. HEX triplet: DA, EE and B3. RGB value is (218,238,179). Sum of RGB (Red+Green+Blue) = 218+238+179=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEB3 is #25114C. Grayscale: #E1E1E1. Windows color (decimal): -2429261 or 11792090. OLE color: 11792090.
HSL color Cylindrical-coordinate representation of color #DAEEB3: hue angle of 80.34º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAEEB3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 179 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.07 |
| HSL | 80.34º | 0.63% | 0.82% | - |
| HSV(B) | 80.34º | 0.25% | 0.93% | - |
| XYZ | 67.62 | 79.31 | 54.39 | - |
| YUV | 225.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 179 | 0.08 | 0 | 0.25 | 0.07 | 80.34 | 0.63 | 0.82 |
| Hex | DA | EE | B3 | 8 | 0 | 19 | 7 | 50 | 3F | 52 |
| Octal | 332 | 356 | 263 | 10 | 0 | 31 | 7 | 120 | 77 | 122 |
| Binary | 11011010 | 11101110 | 10110011 | 1000 | 0 | 11001 | 111 | 1010000 | 111111 | 1010010 |
Color Harmonies of #DAEEB3
Complementary color
Monochromatic Colors of #DAEEB3
Black with #DAEEB3
Text Example
Text Example
White with #DAEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEB3; }
p { color: rgb(218,238,179); }
H1.HeaderClassName
{
color: #DAEEB3;
}
.AnyTagClassName
{
color: #DAEEB3;
}
</style>
background-color css
<style>
a { background-color: #DAEEB3; }
a { background-color: rgb(218,238,179); }
div.DivClassName
{
background-color: #DAEEB3;
}
.BgClassName
{
background-color: #DAEEB3;
}
</style>
border-color css
<style>
span { border-color: #DAEEB3; }
span { border-color: rgb(218,238,179); }
td.TdClassName
{
border-color: #DAEEB3;
}
.TagClassName
{
border-color: #DAEEB3;
}
</style>