#DAF8E0

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

Shades of Off Green #DAF8E0

Tints of Off Green #DAF8E0

Color information

#DAF8E0 (or 0xDAF8E0) is unknown color: approx Off Green. HEX triplet: DA, F8 and E0. RGB value is (218,248,224). Sum of RGB (Red+Green+Blue) = 218+248+224=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8E0 is #25071F. Grayscale: #ECECEC. Windows color (decimal): -2426656 or 14743770. OLE color: 14743770.

HSL color Cylindrical-coordinate representation of color #DAF8E0: hue angle of 132º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8E0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB218248224-
CMYK0.1200.100.03
HSL132º68.18%91.37%-
HSV(B)132º12.1%97.25%-
XYZ75.9487.4283.39-
YUV236.29121.06114.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.59%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=31.59%
G=35.94%
B=32.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182482240.1200.100.0313268.1891.37
HexDAF8E0C0A384445b
Octal332370340140123204104133
Binary110110101111100011100000110001010111000010010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF8E0; }

 p { color: rgb(218,248,224); }

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

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

 a { background-color: rgb(218,248,224); }

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

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

 span { border-color: rgb(218,248,224); }

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