#DEFACE

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

Shades of Hint Of Green #DEFACE

Tints of Hint Of Green #DEFACE

Color information

#DEFACE (or 0xDEFACE) is unknown color: approx Hint Of Green. HEX triplet: DE, FA and CE. RGB value is (222,250,206). Sum of RGB (Red+Green+Blue) = 222+250+206=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFACE is #210531. Grayscale: #ECECEC. Windows color (decimal): -2164018 or 13564638. OLE color: 13564638.

HSL color Cylindrical-coordinate representation of color #DEFACE: hue angle of 98.18º 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 #DEFACE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB222250206-
CMYK0.1100.180.02
HSL98.18º81.48%89.41%-
HSV(B)98.18º17.6%98.04%-
XYZ75.4588.3671.47-
YUV236.61110.72117.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.74%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=32.74%
G=36.87%
B=30.38%

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
Decimal2222502060.1100.180.0298.1881.4889.41
HexDEFACEB0122625159
Octal336372316130222142121131
Binary110111101111101011001110101101001010110001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFACE; }

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

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

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

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

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

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

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

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