Shades of Reef #DEFBA2
Tints of Reef #DEFBA2
RGB
CMYK
RGB Variations
Color information
#DEFBA2 (or 0xDEFBA2) is known color: Reef. HEX triplet: DE, FB and A2. RGB value is (222,251,162). Sum of RGB (Red+Green+Blue) = 222+251+162=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA2 is #21045D. Grayscale: #E8E8E8. Windows color (decimal): -2163806 or 10681310. OLE color: 10681310.
HSL color Cylindrical-coordinate representation of color #DEFBA2: hue angle of 79.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEFBA2 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 251 | 162 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.02 |
| HSL | 79.55º | 0.92% | 0.81% | - |
| HSV(B) | 79.55º | 0.35% | 0.98% | - |
| XYZ | 71.14 | 87.13 | 47.25 | - |
| YUV | 232.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 251 | 162 | 0.12 | 0 | 0.35 | 0.02 | 79.55 | 0.92 | 0.81 |
| Hex | DE | FB | A2 | C | 0 | 23 | 2 | 50 | 5C | 51 |
| Octal | 336 | 373 | 242 | 14 | 0 | 43 | 2 | 120 | 134 | 121 |
| Binary | 11011110 | 11111011 | 10100010 | 1100 | 0 | 100011 | 10 | 1010000 | 1011100 | 1010001 |
Color Harmonies of #DEFBA2
Complementary color
Monochromatic Colors of #DEFBA2
Black with #DEFBA2
Text Example
Text Example
White with #DEFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFBA2; }
p { color: rgb(222,251,162); }
H1.HeaderClassName
{
color: #DEFBA2;
}
.AnyTagClassName
{
color: #DEFBA2;
}
</style>
background-color css
<style>
a { background-color: #DEFBA2; }
a { background-color: rgb(222,251,162); }
div.DivClassName
{
background-color: #DEFBA2;
}
.BgClassName
{
background-color: #DEFBA2;
}
</style>
border-color css
<style>
span { border-color: #DEFBA2; }
span { border-color: rgb(222,251,162); }
td.TdClassName
{
border-color: #DEFBA2;
}
.TagClassName
{
border-color: #DEFBA2;
}
</style>