Html Css Color HEX #DAEFDF Off Green

📋 copy color: '#DAEFDF'

red 218 ◦ green 239 ◦ blue 223

#DAEFDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Off Green #DAEFDF

Tints of Off Green #DAEFDF

RGB

 RED value IS 218 (85.55% from 255) = 32.06%

 GREEN value IS 239 (93.75% from 255) = 35.15%

 BLUE value IS 223 (87.5% from 255) = 32.79%

R = 32.06%
G = 35.15%
B = 32.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#DAEFDF (or 0xDAEFDF) is known color: Off Green. HEX triplet: DA, EF and DF. RGB value is (218,239,223). Sum of RGB (Red+Green+Blue) = 218+239+223=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDF is #251020. Grayscale: #E6E6E6. Windows color (decimal): -2428961 or 14675930. OLE color: 14675930.

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

Color convert

RGB 218 239 223 -
CMYK 0.09 0 0.07 0.06
HSL 134.29º 0.4% 0.9% -
HSV(B) 134.29º 0.09% 0.94% -
XYZ 73.1 81.97 81.78 -
YUV 230.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 218 239 223 0.09 0 0.07 0.06 134.29 0.4 0.9
Hex DA EF DF 9 0 7 6 86 28 5A
Octal 332 357 337 11 0 7 6 206 50 132
Binary 11011010 11101111 11011111 1001 0 111 110 10000110 101000 1011010

Color Harmonies of #DAEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFDF

Black with #DAEFDF

Text Example


Text Example

White with #DAEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFDF; }

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

 H1.HeaderClassName
 {
   color: #DAEFDF;
 }
 .AnyTagClassName
 {
   color: #DAEFDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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