Shades of Reef #DAF2B5
Tints of Reef #DAF2B5
RGB
CMYK
RGB Variations
Color information
#DAF2B5 (or 0xDAF2B5) is known color: Reef. HEX triplet: DA, F2 and B5. RGB value is (218,242,181). Sum of RGB (Red+Green+Blue) = 218+242+181=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2B5 is #250D4A. Grayscale: #E4E4E4. Windows color (decimal): -2428235 or 11924186. OLE color: 11924186.
HSL color Cylindrical-coordinate representation of color #DAF2B5: hue angle of 83.61º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAF2B5 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 242 | 181 | - |
CMYK | 0.10 | 0 | 0.25 | 0.05 |
HSL | 83.61º | 0.7% | 0.83% | - |
HSV(B) | 83.61º | 0.25% | 0.95% | - |
XYZ | 69.01 | 81.75 | 55.86 | - |
YUV | 227.87 | 101.55 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 181 | 0.10 | 0 | 0.25 | 0.05 | 83.61 | 0.7 | 0.83 |
Hex | DA | F2 | B5 | A | 0 | 19 | 5 | 54 | 46 | 53 |
Octal | 332 | 362 | 265 | 12 | 0 | 31 | 5 | 124 | 106 | 123 |
Binary | 11011010 | 11110010 | 10110101 | 1010 | 0 | 11001 | 101 | 1010100 | 1000110 | 1010011 |
Color Harmonies of #DAF2B5
Complementary color
Monochromatic Colors of #DAF2B5
Black with #DAF2B5
Text Example
Text Example
White with #DAF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2B5; }
p { color: rgb(218,242,181); }
H1.HeaderClassName
{
color: #DAF2B5;
}
.AnyTagClassName
{
color: #DAF2B5;
}
</style>
background-color css
<style>
a { background-color: #DAF2B5; }
a { background-color: rgb(218,242,181); }
div.DivClassName
{
background-color: #DAF2B5;
}
.BgClassName
{
background-color: #DAF2B5;
}
</style>
border-color css
<style>
span { border-color: #DAF2B5; }
span { border-color: rgb(218,242,181); }
td.TdClassName
{
border-color: #DAF2B5;
}
.TagClassName
{
border-color: #DAF2B5;
}
</style>