Html Css Color HEX #DFEFE1 Off Green

📋 copy color: '#DFEFE1'

red 223 ◦ green 239 ◦ blue 225

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

Shades of Off Green #DFEFE1

Tints of Off Green #DFEFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.75%

R = 32.46%
G = 34.79%
B = 32.75%

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

#DFEFE1 (or 0xDFEFE1) is known color: Off Green. HEX triplet: DF, EF and E1. RGB value is (223,239,225). Sum of RGB (Red+Green+Blue) = 223+239+225=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE1 is #20101E. Grayscale: #E8E8E8. Windows color (decimal): -2101279 or 14807007. OLE color: 14807007.

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

Color convert

RGB 223 239 225 -
CMYK 0.07 0 0.06 0.06
HSL 127.5º 0.33% 0.91% -
HSV(B) 127.5º 0.07% 0.94% -
XYZ 74.89 82.86 83.28 -
YUV 232.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 223 239 225 0.07 0 0.06 0.06 127.5 0.33 0.91
Hex DF EF E1 7 0 6 6 80 21 5B
Octal 337 357 341 7 0 6 6 200 41 133
Binary 11011111 11101111 11100001 111 0 110 110 10000000 100001 1011011

Color Harmonies of #DFEFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFE1

Black with #DFEFE1

Text Example


Text Example

White with #DFEFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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