Html Css Color HEX #D8EEDC Off Green

📋 copy color: '#D8EEDC'

red 216 ◦ green 238 ◦ blue 220

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

Shades of Off Green #D8EEDC

Tints of Off Green #D8EEDC

RGB

 RED value IS 216 (84.77% from 255) = 32.05%

 GREEN value IS 238 (93.36% from 255) = 35.31%

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 32.05%
G = 35.31%
B = 32.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D8EEDC (or 0xD8EEDC) is known color: Off Green. HEX triplet: D8, EE and DC. RGB value is (216,238,220). Sum of RGB (Red+Green+Blue) = 216+238+220=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EEDC is #271123. Grayscale: #E5E5E5. Windows color (decimal): -2560292 or 14479064. OLE color: 14479064.

HSL color Cylindrical-coordinate representation of color #D8EEDC: hue angle of 130.91º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8EEDC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 238 220 -
CMYK 0.09 0 0.08 0.07
HSL 130.91º 0.39% 0.89% -
HSV(B) 130.91º 0.09% 0.93% -
XYZ 71.81 80.92 79.54 -
YUV 229.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 216 238 220 0.09 0 0.08 0.07 130.91 0.39 0.89
Hex D8 EE DC 9 0 8 7 83 27 59
Octal 330 356 334 11 0 10 7 203 47 131
Binary 11011000 11101110 11011100 1001 0 1000 111 10000011 100111 1011001

Color Harmonies of #D8EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EEDC

Black with #D8EEDC

Text Example


Text Example

White with #D8EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EEDC; }

 p { color: rgb(216,238,220); }

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

background-color css

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

 a { background-color: rgb(216,238,220); }

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

border-color css

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

 span { border-color: rgb(216,238,220); }

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