Html Css Color HEX #DAEFDD Off Green

📋 copy color: '#DAEFDD'

red 218 ◦ green 239 ◦ blue 221

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

Shades of Off Green #DAEFDD

Tints of Off Green #DAEFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.6%

R = 32.15%
G = 35.25%
B = 32.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#DAEFDD (or 0xDAEFDD) is known color: Off Green. HEX triplet: DA, EF and DD. RGB value is (218,239,221). Sum of RGB (Red+Green+Blue) = 218+239+221=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDD is #251022. Grayscale: #E6E6E6. Windows color (decimal): -2428963 or 14544858. OLE color: 14544858.

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

Color convert

RGB 218 239 221 -
CMYK 0.09 0 0.08 0.06
HSL 128.57º 0.4% 0.9% -
HSV(B) 128.57º 0.09% 0.94% -
XYZ 72.83 81.86 80.37 -
YUV 230.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 218 239 221 0.09 0 0.08 0.06 128.57 0.4 0.9
Hex DA EF DD 9 0 8 6 81 28 5A
Octal 332 357 335 11 0 10 6 201 50 132
Binary 11011010 11101111 11011101 1001 0 1000 110 10000001 101000 1011010

Color Harmonies of #DAEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFDD

Black with #DAEFDD

Text Example


Text Example

White with #DAEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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