#DAF7DD

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

Shades of Off Green #DAF7DD

Tints of Off Green #DAF7DD

Color information

#DAF7DD (or 0xDAF7DD) is unknown color: approx Off Green. HEX triplet: DA, F7 and DD. RGB value is (218,247,221). Sum of RGB (Red+Green+Blue) = 218+247+221=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7DD is #250822. Grayscale: #EBEBEB. Windows color (decimal): -2426915 or 14546906. OLE color: 14546906.

HSL color Cylindrical-coordinate representation of color #DAF7DD: hue angle of 126.21º degrees, saturation: 0.64, 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 #DAF7DD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB218247221-
CMYK0.1200.110.03
HSL126.21º64.44%91.18%-
HSV(B)126.21º11.74%96.86%-
XYZ75.2386.6581.17-
YUV235.36119.89115.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 247 (96.88% from 255) = 36.01%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=31.78%
G=36.01%
B=32.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472210.1200.110.03126.2164.4491.18
HexDAF7DDC0B37e405b
Octal332367335140133176100133
Binary11011010111101111101110111000101111111111010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7DD; }

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

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

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

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

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

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

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

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