#DAF6DE

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

Shades of Off Green #DAF6DE

Tints of Off Green #DAF6DE

Color information

#DAF6DE (or 0xDAF6DE) is unknown color: approx Off Green. HEX triplet: DA, F6 and DE. RGB value is (218,246,222). Sum of RGB (Red+Green+Blue) = 218+246+222=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6DE is #250921. Grayscale: #EAEAEA. Windows color (decimal): -2427170 or 14612186. OLE color: 14612186.

HSL color Cylindrical-coordinate representation of color #DAF6DE: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF6DE is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB218246222-
CMYK0.1100.100.04
HSL128.57º60.87%90.98%-
HSV(B)128.57º11.38%96.47%-
XYZ75.0586.0981.77-
YUV234.89120.72115.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=31.78%
G=35.86%
B=32.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462220.1100.100.04128.5760.8790.98
HexDAF6DEB0A4813d5b
Octal33236633613012420175133
Binary110110101111011011011110101101010100100000011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6DE; }

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

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

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

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

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

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

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

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