#DAF3DD

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

Shades of Off Green #DAF3DD

Tints of Off Green #DAF3DD

Color information

#DAF3DD (or 0xDAF3DD) is unknown color: approx Off Green. HEX triplet: DA, F3 and DD. RGB value is (218,243,221). Sum of RGB (Red+Green+Blue) = 218+243+221=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3DD is #250C22. Grayscale: #E9E9E9. Windows color (decimal): -2427939 or 14545882. OLE color: 14545882.

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

Color convert

RGB218243221-
CMYK0.1000.090.05
HSL127.2º51.02%90.39%-
HSV(B)127.2º10.29%95.29%-
XYZ74.0284.2380.76-
YUV233.02121.22117.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=31.96%
G=35.63%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432210.1000.090.05127.251.0290.39
HexDAF3DDA0957f335a
Octal33236333512011517763132
Binary11011010111100111101110110100100110111111111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3DD; }

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

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

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

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

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

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

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

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