#DFEFDE

Color #DFEFDE Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #DFEFDE

Tints of Tara #DFEFDE

Color information

#DFEFDE (or 0xDFEFDE) is unknown color: approx Tara. HEX triplet: DF, EF and DE. RGB value is (223,239,222). Sum of RGB (Red+Green+Blue) = 223+239+222=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFDE is #201021. Grayscale: #E8E8E8. Windows color (decimal): -2101282 or 14610399. OLE color: 14610399.

HSL color Cylindrical-coordinate representation of color #DFEFDE: hue angle of 116.47º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFDE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB223239222-
CMYK0.0700.070.06
HSL116.47º34.69%90.39%-
HSV(B)116.47º7.11%93.73%-
XYZ74.4882.6981.14-
YUV232.28122.2121.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=32.60%
G=34.94%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392220.0700.070.06116.4734.6990.39
HexDFEFDE707674235a
Octal337357336707616443132
Binary110111111110111111011110111011111011101001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFDE; }

 p { color: rgb(223,239,222); }

 H1.HeaderClassName
 {
   color: #DFEFDE;
 }
 .AnyTagClassName
 {
   color: #DFEFDE;
 }
</style>
background-color css

<style>
 a { background-color: #DFEFDE; }

 a { background-color: rgb(223,239,222); }

 div.DivClassName
 {
   background-color: #DFEFDE;
 }
 .BgClassName
 {
   background-color: #DFEFDE;
 }
</style>
border-color css

<style>
 span { border-color: #DFEFDE; }

 span { border-color: rgb(223,239,222); }

 td.TdClassName
 {
   border-color: #DFEFDE;
 }
 .TagClassName
 {
   border-color: #DFEFDE;
 }
</style>