Shades of Reef #DAFDA1
Tints of Reef #DAFDA1
RGB
CMYK
RGB Variations
Color information
#DAFDA1 (or 0xDAFDA1) is known color: Reef. HEX triplet: DA, FD and A1. RGB value is (218,253,161). Sum of RGB (Red+Green+Blue) = 218+253+161=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFDA1 is #25025E. Grayscale: #E8E8E8. Windows color (decimal): -2425439 or 10616282. OLE color: 10616282.
HSL color Cylindrical-coordinate representation of color #DAFDA1: hue angle of 82.83º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAFDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 253 | 161 | - |
CMYK | 0.14 | 0 | 0.36 | 0.01 |
HSL | 82.83º | 0.96% | 0.81% | - |
HSV(B) | 82.83º | 0.36% | 0.99% | - |
XYZ | 70.47 | 87.73 | 46.94 | - |
YUV | 232.05 | 87.9 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 253 | 161 | 0.14 | 0 | 0.36 | 0.01 | 82.83 | 0.96 | 0.81 |
Hex | DA | FD | A1 | E | 0 | 24 | 1 | 53 | 60 | 51 |
Octal | 332 | 375 | 241 | 16 | 0 | 44 | 1 | 123 | 140 | 121 |
Binary | 11011010 | 11111101 | 10100001 | 1110 | 0 | 100100 | 1 | 1010011 | 1100000 | 1010001 |
Color Harmonies of #DAFDA1
Complementary color
Monochromatic Colors of #DAFDA1
Black with #DAFDA1
Text Example
Text Example
White with #DAFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFDA1; }
p { color: rgb(218,253,161); }
H1.HeaderClassName
{
color: #DAFDA1;
}
.AnyTagClassName
{
color: #DAFDA1;
}
</style>
background-color css
<style>
a { background-color: #DAFDA1; }
a { background-color: rgb(218,253,161); }
div.DivClassName
{
background-color: #DAFDA1;
}
.BgClassName
{
background-color: #DAFDA1;
}
</style>
border-color css
<style>
span { border-color: #DAFDA1; }
span { border-color: rgb(218,253,161); }
td.TdClassName
{
border-color: #DAFDA1;
}
.TagClassName
{
border-color: #DAFDA1;
}
</style>