Shades of Reef #DAEBB3
Tints of Reef #DAEBB3
RGB
CMYK
RGB Variations
Color information
#DAEBB3 (or 0xDAEBB3) is known color: Reef. HEX triplet: DA, EB and B3. RGB value is (218,235,179). Sum of RGB (Red+Green+Blue) = 218+235+179=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBB3 is #25144C. Grayscale: #DFDFDF. Windows color (decimal): -2430029 or 11791322. OLE color: 11791322.
HSL color Cylindrical-coordinate representation of color #DAEBB3: hue angle of 78.21º degrees, saturation: 0.58, 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 #DAEBB3 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 179 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.08 |
| HSL | 78.21º | 0.58% | 0.81% | - |
| HSV(B) | 78.21º | 0.24% | 0.92% | - |
| XYZ | 66.76 | 77.58 | 54.1 | - |
| YUV | 223.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 179 | 0.07 | 0 | 0.24 | 0.08 | 78.21 | 0.58 | 0.81 |
| Hex | DA | EB | B3 | 7 | 0 | 18 | 8 | 4E | 3A | 51 |
| Octal | 332 | 353 | 263 | 7 | 0 | 30 | 10 | 116 | 72 | 121 |
| Binary | 11011010 | 11101011 | 10110011 | 111 | 0 | 11000 | 1000 | 1001110 | 111010 | 1010001 |
Color Harmonies of #DAEBB3
Complementary color
Monochromatic Colors of #DAEBB3
Black with #DAEBB3
Text Example
Text Example
White with #DAEBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBB3; }
p { color: rgb(218,235,179); }
H1.HeaderClassName
{
color: #DAEBB3;
}
.AnyTagClassName
{
color: #DAEBB3;
}
</style>
background-color css
<style>
a { background-color: #DAEBB3; }
a { background-color: rgb(218,235,179); }
div.DivClassName
{
background-color: #DAEBB3;
}
.BgClassName
{
background-color: #DAEBB3;
}
</style>
border-color css
<style>
span { border-color: #DAEBB3; }
span { border-color: rgb(218,235,179); }
td.TdClassName
{
border-color: #DAEBB3;
}
.TagClassName
{
border-color: #DAEBB3;
}
</style>