#DDFBE0

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

Shades of Frosted Mint #DDFBE0

Tints of Frosted Mint #DDFBE0

Color information

#DDFBE0 (or 0xDDFBE0) is unknown color: approx Frosted Mint. HEX triplet: DD, FB and E0. RGB value is (221,251,224). Sum of RGB (Red+Green+Blue) = 221+251+224=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBE0 is #22041F. Grayscale: #EFEFEF. Windows color (decimal): -2229280 or 14744541. OLE color: 14744541.

HSL color Cylindrical-coordinate representation of color #DDFBE0: hue angle of 126º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBE0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB221251224-
CMYK0.1200.110.02
HSL126º78.95%92.55%-
HSV(B)126º11.95%98.43%-
XYZ77.7789.7583.75-
YUV238.95119.56115.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 224 (87.89% from 255) = 32.18%
R=31.75%
G=36.06%
B=32.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512240.1200.110.0212678.9592.55
HexDDFBE0C0B27e4f5d
Octal335373340140132176117135
Binary11011101111110111110000011000101110111111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBE0; }

 p { color: rgb(221,251,224); }

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

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

 a { background-color: rgb(221,251,224); }

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

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

 span { border-color: rgb(221,251,224); }

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