Shades of Reef #DAF3A4
Tints of Reef #DAF3A4
RGB
CMYK
RGB Variations
Color information
#DAF3A4 (or 0xDAF3A4) is known color: Reef. HEX triplet: DA, F3 and A4. RGB value is (218,243,164). Sum of RGB (Red+Green+Blue) = 218+243+164=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 164 (64.45% from 255 or 26.24% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3A4 is #250C5B. Grayscale: #E2E2E2. Windows color (decimal): -2427996 or 10810330. OLE color: 10810330.
HSL color Cylindrical-coordinate representation of color #DAF3A4: hue angle of 78.99º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAF3A4 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 164 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.05 |
| HSL | 78.99º | 0.77% | 0.8% | - |
| HSV(B) | 78.99º | 0.33% | 0.95% | - |
| XYZ | 67.66 | 81.69 | 47.32 | - |
| YUV | 226.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 164 | 0.10 | 0 | 0.33 | 0.05 | 78.99 | 0.77 | 0.8 |
| Hex | DA | F3 | A4 | A | 0 | 21 | 5 | 4F | 4D | 50 |
| Octal | 332 | 363 | 244 | 12 | 0 | 41 | 5 | 117 | 115 | 120 |
| Binary | 11011010 | 11110011 | 10100100 | 1010 | 0 | 100001 | 101 | 1001111 | 1001101 | 1010000 |
Color Harmonies of #DAF3A4
Complementary color
Monochromatic Colors of #DAF3A4
Black with #DAF3A4
Text Example
Text Example
White with #DAF3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF3A4; }
p { color: rgb(218,243,164); }
H1.HeaderClassName
{
color: #DAF3A4;
}
.AnyTagClassName
{
color: #DAF3A4;
}
</style>
background-color css
<style>
a { background-color: #DAF3A4; }
a { background-color: rgb(218,243,164); }
div.DivClassName
{
background-color: #DAF3A4;
}
.BgClassName
{
background-color: #DAF3A4;
}
</style>
border-color css
<style>
span { border-color: #DAF3A4; }
span { border-color: rgb(218,243,164); }
td.TdClassName
{
border-color: #DAF3A4;
}
.TagClassName
{
border-color: #DAF3A4;
}
</style>