Shades of Hint Of Green #DEFAD2
Tints of Hint Of Green #DEFAD2
RGB
CMYK
RGB Variations
Color information
#DEFAD2 (or 0xDEFAD2) is known color: Hint Of Green. HEX triplet: DE, FA and D2. RGB value is (222,250,210). Sum of RGB (Red+Green+Blue) = 222+250+210=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAD2 is #21052D. Grayscale: #EDEDED. Windows color (decimal): -2164014 or 13826782. OLE color: 13826782.
HSL color Cylindrical-coordinate representation of color #DEFAD2: hue angle of 102º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEFAD2 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 250 | 210 | - |
CMYK | 0.11 | 0 | 0.16 | 0.02 |
HSL | 102º | 0.8% | 0.9% | - |
HSV(B) | 102º | 0.16% | 0.98% | - |
XYZ | 75.94 | 88.55 | 74.06 | - |
YUV | 237.07 | 112.72 | 117.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 250 | 210 | 0.11 | 0 | 0.16 | 0.02 | 102 | 0.8 | 0.9 |
Hex | DE | FA | D2 | B | 0 | 10 | 2 | 66 | 50 | 5A |
Octal | 336 | 372 | 322 | 13 | 0 | 20 | 2 | 146 | 120 | 132 |
Binary | 11011110 | 11111010 | 11010010 | 1011 | 0 | 10000 | 10 | 1100110 | 1010000 | 1011010 |
Color Harmonies of #DEFAD2
Complementary color
Monochromatic Colors of #DEFAD2
Black with #DEFAD2
Text Example
Text Example
White with #DEFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFAD2; }
p { color: rgb(222,250,210); }
H1.HeaderClassName
{
color: #DEFAD2;
}
.AnyTagClassName
{
color: #DEFAD2;
}
</style>
background-color css
<style>
a { background-color: #DEFAD2; }
a { background-color: rgb(222,250,210); }
div.DivClassName
{
background-color: #DEFAD2;
}
.BgClassName
{
background-color: #DEFAD2;
}
</style>
border-color css
<style>
span { border-color: #DEFAD2; }
span { border-color: rgb(222,250,210); }
td.TdClassName
{
border-color: #DEFAD2;
}
.TagClassName
{
border-color: #DEFAD2;
}
</style>