Html Css Color HEX #DFEFE0 Frosted Mint

📋 copy color: '#DFEFE0'

red 223 ◦ green 239 ◦ blue 224

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

Shades of Frosted Mint #DFEFE0

Tints of Frosted Mint #DFEFE0

RGB

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

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

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

R = 32.51%
G = 34.84%
B = 32.65%

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

#DFEFE0 (or 0xDFEFE0) is known color: Frosted Mint. HEX triplet: DF, EF and E0. RGB value is (223,239,224). Sum of RGB (Red+Green+Blue) = 223+239+224=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 224 (87.89% from 255 or 32.65% from 686); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEFE0 is #20101F. Grayscale: #E8E8E8. Windows color (decimal): -2101280 or 14741471. OLE color: 14741471.

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

Color convert

RGB 223 239 224 -
CMYK 0.07 0 0.06 0.06
HSL 123.75º 0.33% 0.91% -
HSV(B) 123.75º 0.07% 0.94% -
XYZ 74.75 82.8 82.56 -
YUV 232.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 223 239 224 0.07 0 0.06 0.06 123.75 0.33 0.91
Hex DF EF E0 7 0 6 6 7C 21 5B
Octal 337 357 340 7 0 6 6 174 41 133
Binary 11011111 11101111 11100000 111 0 110 110 1111100 100001 1011011

Color Harmonies of #DFEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFE0

Black with #DFEFE0

Text Example


Text Example

White with #DFEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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