Html Css Color HEX #DFEBE0 Frosted Mint

📋 copy color: '#DFEBE0'

red 223 ◦ green 235 ◦ blue 224

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

Shades of Frosted Mint #DFEBE0

Tints of Frosted Mint #DFEBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.46%

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

R = 32.7%
G = 34.46%
B = 32.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#DFEBE0 (or 0xDFEBE0) is known color: Frosted Mint. HEX triplet: DF, EB and E0. RGB value is (223,235,224). Sum of RGB (Red+Green+Blue) = 223+235+224=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBE0 is #20141F. Grayscale: #E6E6E6. Windows color (decimal): -2102304 or 14740447. OLE color: 14740447.

HSL color Cylindrical-coordinate representation of color #DFEBE0: hue angle of 125º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEBE0 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 224 -
CMYK 0.05 0 0.05 0.08
HSL 125º 0.23% 0.9% -
HSV(B) 125º 0.05% 0.92% -
XYZ 73.59 80.49 82.18 -
YUV 230.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 223 235 224 0.05 0 0.05 0.08 125 0.23 0.9
Hex DF EB E0 5 0 5 8 7D 17 5A
Octal 337 353 340 5 0 5 10 175 27 132
Binary 11011111 11101011 11100000 101 0 101 1000 1111101 10111 1011010

Color Harmonies of #DFEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBE0

Black with #DFEBE0

Text Example


Text Example

White with #DFEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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