Html Css Color HEX #DDEEE2 Off Green

📋 copy color: '#DDEEE2'

red 221 ◦ green 238 ◦ blue 226

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

Shades of Off Green #DDEEE2

Tints of Off Green #DDEEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.99%

R = 32.26%
G = 34.74%
B = 32.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#DDEEE2 (or 0xDDEEE2) is known color: Off Green. HEX triplet: DD, EE and E2. RGB value is (221,238,226). Sum of RGB (Red+Green+Blue) = 221+238+226=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE2 is #22111D. Grayscale: #E7E7E7. Windows color (decimal): -2232606 or 14872285. OLE color: 14872285.

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

Color convert

RGB 221 238 226 -
CMYK 0.07 0 0.05 0.07
HSL 137.65º 0.33% 0.9% -
HSV(B) 137.65º 0.07% 0.93% -
XYZ 74.12 82.01 83.87 -
YUV 231.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 221 238 226 0.07 0 0.05 0.07 137.65 0.33 0.9
Hex DD EE E2 7 0 5 7 8A 21 5A
Octal 335 356 342 7 0 5 7 212 41 132
Binary 11011101 11101110 11100010 111 0 101 111 10001010 100001 1011010

Color Harmonies of #DDEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEE2

Black with #DDEEE2

Text Example


Text Example

White with #DDEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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