#DAF3DC

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

Shades of Off Green #DAF3DC

Tints of Off Green #DAF3DC

Color information

#DAF3DC (or 0xDAF3DC) is unknown color: approx Off Green. HEX triplet: DA, F3 and DC. RGB value is (218,243,220). Sum of RGB (Red+Green+Blue) = 218+243+220=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3DC is #250C23. Grayscale: #E8E8E8. Windows color (decimal): -2427940 or 14480346. OLE color: 14480346.

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

Color convert

RGB218243220-
CMYK0.1000.090.05
HSL124.8º51.02%90.39%-
HSV(B)124.8º10.29%95.29%-
XYZ73.8884.1780.06-
YUV232.9120.72117.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=32.01%
G=35.68%
B=32.31%

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
Decimal2182432200.1000.090.05124.851.0290.39
HexDAF3DCA0957d335a
Octal33236333412011517563132
Binary11011010111100111101110010100100110111111011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3DC; }

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

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

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

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

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

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

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

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