#DEFACC

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

Shades of Hint Of Green #DEFACC

Tints of Hint Of Green #DEFACC

Color information

#DEFACC (or 0xDEFACC) is unknown color: approx Hint Of Green. HEX triplet: DE, FA and CC. RGB value is (222,250,204). Sum of RGB (Red+Green+Blue) = 222+250+204=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 204 (80.08% from 255 or 30.18% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFACC is #210533. Grayscale: #ECECEC. Windows color (decimal): -2164020 or 13433566. OLE color: 13433566.

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

Color convert

RGB222250204-
CMYK0.1100.180.02
HSL96.52º82.14%89.02%-
HSV(B)96.52º18.4%98.04%-
XYZ75.2188.2670.2-
YUV236.38109.72117.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.84%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 204 (80.08% from 255) = 30.18%
R=32.84%
G=36.98%
B=30.18%

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
Decimal2222502040.1100.180.0296.5282.1489.02
HexDEFACCB0122615259
Octal336372314130222141122131
Binary110111101111101011001100101101001010110000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFACC; }

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

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

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

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

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

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

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

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