#DAEFDE

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

Shades of Off Green #DAEFDE

Tints of Off Green #DAEFDE

Color information

#DAEFDE (or 0xDAEFDE) is unknown color: approx Off Green. HEX triplet: DA, EF and DE. RGB value is (218,239,222). Sum of RGB (Red+Green+Blue) = 218+239+222=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDE is #251021. Grayscale: #E6E6E6. Windows color (decimal): -2428962 or 14610394. OLE color: 14610394.

HSL color Cylindrical-coordinate representation of color #DAEFDE: hue angle of 131.43º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFDE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB218239222-
CMYK0.0900.070.06
HSL131.43º39.62%89.61%-
HSV(B)131.43º8.79%93.73%-
XYZ72.9681.9181.07-
YUV230.78123.04118.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=32.11%
G=35.20%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392220.0900.070.06131.4339.6289.61
HexDAEFDE907683285a
Octal3323573361107620350132
Binary11011010111011111101111010010111110100000111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFDE; }

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

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

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

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

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

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

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

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