#DFEEE0

Color #DFEEE0 Frosted Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frosted Mint #DFEEE0

Tints of Frosted Mint #DFEEE0

Color information

#DFEEE0 (or 0xDFEEE0) is unknown color: approx Frosted Mint. HEX triplet: DF, EE and E0. RGB value is (223,238,224). Sum of RGB (Red+Green+Blue) = 223+238+224=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE0 is #20111F. Grayscale: #E7E7E7. Windows color (decimal): -2101536 or 14741215. OLE color: 14741215.

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

Color convert

RGB223238224-
CMYK0.0600.060.07
HSL124º30.61%90.39%-
HSV(B)124º6.3%93.33%-
XYZ74.4682.2282.47-
YUV231.92123.53121.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 224 (87.89% from 255) = 32.70%
R=32.55%
G=34.74%
B=32.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382240.0600.060.0712430.6190.39
HexDFEEE060677c1f5a
Octal337356340606717437132
Binary11011111111011101110000011001101111111100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEE0; }

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

 H1.HeaderClassName
 {
   color: #DFEEE0;
 }
 .AnyTagClassName
 {
   color: #DFEEE0;
 }
</style>
background-color css

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

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

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

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

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

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