#DAF4DD

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

Shades of Off Green #DAF4DD

Tints of Off Green #DAF4DD

Color information

#DAF4DD (or 0xDAF4DD) is unknown color: approx Off Green. HEX triplet: DA, F4 and DD. RGB value is (218,244,221). Sum of RGB (Red+Green+Blue) = 218+244+221=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF4DD is #250B22. Grayscale: #E9E9E9. Windows color (decimal): -2427683 or 14546138. OLE color: 14546138.

HSL color Cylindrical-coordinate representation of color #DAF4DD: hue angle of 126.92º degrees, saturation: 0.54, 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 #DAF4DD is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB218244221-
CMYK0.1100.090.04
HSL126.92º54.17%90.59%-
HSV(B)126.92º10.66%95.69%-
XYZ74.3284.8380.86-
YUV233.6120.89116.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=31.92%
G=35.72%
B=32.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182442210.1100.090.04126.9254.1790.59
HexDAF4DDB0947f365b
Octal33236433513011417766133
Binary11011010111101001101110110110100110011111111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF4DD; }

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

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

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

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

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

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

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

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