Html Css Color HEX #DDEEE0 Off Green

📋 copy color: '#DDEEE0'

red 221 ◦ green 238 ◦ blue 224

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

Shades of Off Green #DDEEE0

Tints of Off Green #DDEEE0

RGB

 RED value IS 221 (86.72% from 255) = 32.36%

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

 BLUE value IS 224 (87.89% from 255) = 32.8%

R = 32.36%
G = 34.85%
B = 32.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#DDEEE0 (or 0xDDEEE0) is known color: Off Green. HEX triplet: DD, EE and E0. RGB value is (221,238,224). Sum of RGB (Red+Green+Blue) = 221+238+224=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE0 is #22111F. Grayscale: #E7E7E7. Windows color (decimal): -2232608 or 14741213. OLE color: 14741213.

HSL color Cylindrical-coordinate representation of color #DDEEE0: hue angle of 130.59º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEE0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 224 -
CMYK 0.07 0 0.06 0.07
HSL 130.59º 0.33% 0.9% -
HSV(B) 130.59º 0.07% 0.93% -
XYZ 73.85 81.9 82.44 -
YUV 231.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 221 238 224 0.07 0 0.06 0.07 130.59 0.33 0.9
Hex DD EE E0 7 0 6 7 83 21 5A
Octal 335 356 340 7 0 6 7 203 41 132
Binary 11011101 11101110 11100000 111 0 110 111 10000011 100001 1011010

Color Harmonies of #DDEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEE0

Black with #DDEEE0

Text Example


Text Example

White with #DDEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEE0; }

 p { color: rgb(221,238,224); }

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

background-color css

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

 a { background-color: rgb(221,238,224); }

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

border-color css

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

 span { border-color: rgb(221,238,224); }

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