#DFFACE

Color #DFFACE Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DFFACE

Tints of Hint Of Green #DFFACE

Color information

#DFFACE (or 0xDFFACE) is unknown color: approx Hint Of Green. HEX triplet: DF, FA and CE. RGB value is (223,250,206). Sum of RGB (Red+Green+Blue) = 223+250+206=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFACE is #200531. Grayscale: #EDEDED. Windows color (decimal): -2098482 or 13564639. OLE color: 13564639.

HSL color Cylindrical-coordinate representation of color #DFFACE: hue angle of 96.82º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFFACE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB223250206-
CMYK0.1100.180.02
HSL96.82º81.48%89.41%-
HSV(B)96.82º17.6%98.04%-
XYZ75.7688.5271.48-
YUV236.91110.55118.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=32.84%
G=36.82%
B=30.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502060.1100.180.0296.8281.4889.41
HexDFFACEB0122615159
Octal337372316130222141121131
Binary110111111111101011001110101101001010110000110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFACE; }

 p { color: rgb(223,250,206); }

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

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

 a { background-color: rgb(223,250,206); }

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

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

 span { border-color: rgb(223,250,206); }

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