Html Css Color HEX #DFEFE2 Off Green

📋 copy color: '#DFEFE2'

red 223 ◦ green 239 ◦ blue 226

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

Shades of Off Green #DFEFE2

Tints of Off Green #DFEFE2

RGB

 RED value IS 223 (87.5% from 255) = 32.41%

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

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

R = 32.41%
G = 34.74%
B = 32.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#DFEFE2 (or 0xDFEFE2) is known color: Off Green. HEX triplet: DF, EF and E2. RGB value is (223,239,226). Sum of RGB (Red+Green+Blue) = 223+239+226=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 226 (88.67% from 255 or 32.85% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE2 is #20101D. Grayscale: #E8E8E8. Windows color (decimal): -2101278 or 14872543. OLE color: 14872543.

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

Color convert

RGB 223 239 226 -
CMYK 0.07 0 0.05 0.06
HSL 131.25º 0.33% 0.91% -
HSV(B) 131.25º 0.07% 0.94% -
XYZ 75.03 82.91 84 -
YUV 232.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 223 239 226 0.07 0 0.05 0.06 131.25 0.33 0.91
Hex DF EF E2 7 0 5 6 83 21 5B
Octal 337 357 342 7 0 5 6 203 41 133
Binary 11011111 11101111 11100010 111 0 101 110 10000011 100001 1011011

Color Harmonies of #DFEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFE2

Black with #DFEFE2

Text Example


Text Example

White with #DFEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFE2; }

 p { color: rgb(223,239,226); }

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

background-color css

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

 a { background-color: rgb(223,239,226); }

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

border-color css

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

 span { border-color: rgb(223,239,226); }

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