Html Css Color HEX #DDFBE0 Frosted Mint

📋 copy color: '#DDFBE0'

red 221 ◦ green 251 ◦ blue 224

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

Shades of Frosted Mint #DDFBE0

Tints of Frosted Mint #DDFBE0

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 value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DDFBE0 (or 0xDDFBE0) is known color: 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

RGB 221 251 224 -
CMYK 0.12 0 0.11 0.02
HSL 126º 0.79% 0.93% -
HSV(B) 126º 0.12% 0.98% -
XYZ 77.77 89.75 83.75 -
YUV 238.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 221 251 224 0.12 0 0.11 0.02 126 0.79 0.93
Hex DD FB E0 C 0 B 2 7E 4F 5D
Octal 335 373 340 14 0 13 2 176 117 135
Binary 11011101 11111011 11100000 1100 0 1011 10 1111110 1001111 1011101

Color Harmonies of #DDFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFBE0

Black with #DDFBE0

Text Example


Text Example

White with #DDFBE0

Text Example


Text Example

HTML Codes & Css Web 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>