Html Css Color HEX #DEEFE0 Off Green

📋 copy color: '#DEEFE0'

red 222 ◦ green 239 ◦ blue 224

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

Shades of Off Green #DEEFE0

Tints of Off Green #DEEFE0

RGB

 RED value IS 222 (87.11% from 255) = 32.41%

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

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

R = 32.41%
G = 34.89%
B = 32.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#DEEFE0 (or 0xDEEFE0) is known color: Off Green. HEX triplet: DE, EF and E0. RGB value is (222,239,224). Sum of RGB (Red+Green+Blue) = 222+239+224=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFE0 is #21101F. Grayscale: #E8E8E8. Windows color (decimal): -2166816 or 14741470. OLE color: 14741470.

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

Color convert

RGB 222 239 224 -
CMYK 0.07 0 0.06 0.06
HSL 127.06º 0.35% 0.9% -
HSV(B) 127.06º 0.07% 0.94% -
XYZ 74.45 82.64 82.55 -
YUV 232.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 222 239 224 0.07 0 0.06 0.06 127.06 0.35 0.9
Hex DE EF E0 7 0 6 6 7F 23 5A
Octal 336 357 340 7 0 6 6 177 43 132
Binary 11011110 11101111 11100000 111 0 110 110 1111111 100011 1011010

Color Harmonies of #DEEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFE0

Black with #DEEFE0

Text Example


Text Example

White with #DEEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFE0; }

 p { color: rgb(222,239,224); }

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

background-color css

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

 a { background-color: rgb(222,239,224); }

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

border-color css

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

 span { border-color: rgb(222,239,224); }

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