#DAF1DD

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

Shades of Off Green #DAF1DD

Tints of Off Green #DAF1DD

Color information

#DAF1DD (or 0xDAF1DD) is unknown color: approx Off Green. HEX triplet: DA, F1 and DD. RGB value is (218,241,221). Sum of RGB (Red+Green+Blue) = 218+241+221=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DD is #250E22. Grayscale: #E7E7E7. Windows color (decimal): -2428451 or 14545370. OLE color: 14545370.

HSL color Cylindrical-coordinate representation of color #DAF1DD: hue angle of 127.83º 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 #DAF1DD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB218241221-
CMYK0.1000.080.05
HSL127.83º45.1%90%-
HSV(B)127.83º9.54%94.51%-
XYZ73.4283.0480.56-
YUV231.84121.88118.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=32.06%
G=35.44%
B=32.5%

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
Decimal2182412210.1000.080.05127.8345.190
HexDAF1DDA085802d5a
Octal33236133512010520055132
Binary110110101111000111011101101001000101100000001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1DD; }

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

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

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

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

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

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

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

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