Shades of Reef #DAFCA2
Tints of Reef #DAFCA2
RGB
CMYK
RGB Variations
Color information
#DAFCA2 (or 0xDAFCA2) is known color: Reef. HEX triplet: DA, FC and A2. RGB value is (218,252,162). Sum of RGB (Red+Green+Blue) = 218+252+162=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCA2 is #25035D. Grayscale: #E7E7E7. Windows color (decimal): -2425694 or 10681562. OLE color: 10681562.
HSL color Cylindrical-coordinate representation of color #DAFCA2: hue angle of 82.67º degrees, saturation: 0.94, 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 #DAFCA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 162 | - |
CMYK | 0.13 | 0 | 0.36 | 0.01 |
HSL | 82.67º | 0.94% | 0.81% | - |
HSV(B) | 82.67º | 0.36% | 0.99% | - |
XYZ | 70.25 | 87.13 | 47.3 | - |
YUV | 231.57 | 88.74 | 118.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 162 | 0.13 | 0 | 0.36 | 0.01 | 82.67 | 0.94 | 0.81 |
Hex | DA | FC | A2 | D | 0 | 24 | 1 | 53 | 5E | 51 |
Octal | 332 | 374 | 242 | 15 | 0 | 44 | 1 | 123 | 136 | 121 |
Binary | 11011010 | 11111100 | 10100010 | 1101 | 0 | 100100 | 1 | 1010011 | 1011110 | 1010001 |
Color Harmonies of #DAFCA2
Complementary color
Monochromatic Colors of #DAFCA2
Black with #DAFCA2
Text Example
Text Example
White with #DAFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCA2; }
p { color: rgb(218,252,162); }
H1.HeaderClassName
{
color: #DAFCA2;
}
.AnyTagClassName
{
color: #DAFCA2;
}
</style>
background-color css
<style>
a { background-color: #DAFCA2; }
a { background-color: rgb(218,252,162); }
div.DivClassName
{
background-color: #DAFCA2;
}
.BgClassName
{
background-color: #DAFCA2;
}
</style>
border-color css
<style>
span { border-color: #DAFCA2; }
span { border-color: rgb(218,252,162); }
td.TdClassName
{
border-color: #DAFCA2;
}
.TagClassName
{
border-color: #DAFCA2;
}
</style>