#DAF1DE

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

Shades of Off Green #DAF1DE

Tints of Off Green #DAF1DE

Color information

#DAF1DE (or 0xDAF1DE) is unknown color: approx Off Green. HEX triplet: DA, F1 and DE. RGB value is (218,241,222). Sum of RGB (Red+Green+Blue) = 218+241+222=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DE is #250E21. Grayscale: #E8E8E8. Windows color (decimal): -2428450 or 14610906. OLE color: 14610906.

HSL color Cylindrical-coordinate representation of color #DAF1DE: hue angle of 130.43º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1DE is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB218241222-
CMYK0.1000.080.05
HSL130.43º45.1%90%-
HSV(B)130.43º9.54%94.51%-
XYZ73.5583.0981.27-
YUV231.96122.38118.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 222 (87.11% from 255) = 32.60%
R=32.01%
G=35.39%
B=32.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412220.1000.080.05130.4345.190
HexDAF1DEA085822d5a
Octal33236133612010520255132
Binary110110101111000111011110101001000101100000101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1DE; }

 p { color: rgb(218,241,222); }

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

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

 a { background-color: rgb(218,241,222); }

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

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

 span { border-color: rgb(218,241,222); }

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