Shades of Reef #DAEBA3
Tints of Reef #DAEBA3
RGB
CMYK
RGB Variations
Color information
#DAEBA3 (or 0xDAEBA3) is known color: Reef. HEX triplet: DA, EB and A3. RGB value is (218,235,163). Sum of RGB (Red+Green+Blue) = 218+235+163=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 163 (64.06% from 255 or 26.46% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBA3 is #25145C. Grayscale: #DDDDDD. Windows color (decimal): -2430045 or 10742746. OLE color: 10742746.
HSL color Cylindrical-coordinate representation of color #DAEBA3: hue angle of 74.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAEBA3 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 235 | 163 | - |
CMYK | 0.07 | 0 | 0.31 | 0.08 |
HSL | 74.17º | 0.64% | 0.78% | - |
HSV(B) | 74.17º | 0.31% | 0.92% | - |
XYZ | 65.23 | 76.97 | 46.07 | - |
YUV | 221.71 | 94.87 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 235 | 163 | 0.07 | 0 | 0.31 | 0.08 | 74.17 | 0.64 | 0.78 |
Hex | DA | EB | A3 | 7 | 0 | 1F | 8 | 4A | 40 | 4E |
Octal | 332 | 353 | 243 | 7 | 0 | 37 | 10 | 112 | 100 | 116 |
Binary | 11011010 | 11101011 | 10100011 | 111 | 0 | 11111 | 1000 | 1001010 | 1000000 | 1001110 |
Color Harmonies of #DAEBA3
Complementary color
Monochromatic Colors of #DAEBA3
Black with #DAEBA3
Text Example
Text Example
White with #DAEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBA3; }
p { color: rgb(218,235,163); }
H1.HeaderClassName
{
color: #DAEBA3;
}
.AnyTagClassName
{
color: #DAEBA3;
}
</style>
background-color css
<style>
a { background-color: #DAEBA3; }
a { background-color: rgb(218,235,163); }
div.DivClassName
{
background-color: #DAEBA3;
}
.BgClassName
{
background-color: #DAEBA3;
}
</style>
border-color css
<style>
span { border-color: #DAEBA3; }
span { border-color: rgb(218,235,163); }
td.TdClassName
{
border-color: #DAEBA3;
}
.TagClassName
{
border-color: #DAEBA3;
}
</style>