Html Css Color HEX #DBFFE0 Frosted Mint

📋 copy color: '#DBFFE0'

red 219 ◦ green 255 ◦ blue 224

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

Shades of Frosted Mint #DBFFE0

Tints of Frosted Mint #DBFFE0

RGB

 RED value IS 219 (85.94% from 255) = 31.38%

 GREEN value IS 255 (100% from 255) = 36.53%

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

R = 31.38%
G = 36.53%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#DBFFE0 (or 0xDBFFE0) is known color: Frosted Mint. HEX triplet: DB, FF and E0. RGB value is (219,255,224). Sum of RGB (Red+Green+Blue) = 219+255+224=698 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.38% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFE0 is #24001F. Grayscale: #F0F0F0. Windows color (decimal): -2359328 or 14745563. OLE color: 14745563.

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

Color convert

RGB 219 255 224 -
CMYK 0.14 0 0.12 0
HSL 128.33º 1% 0.93% -
HSV(B) 128.33º 0.14% 1% -
XYZ 78.43 91.96 84.14 -
YUV 240.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 219 255 224 0.14 0 0.12 0 128.33 1 0.93
Hex DB FF E0 E 0 C 0 80 64 5D
Octal 333 377 340 16 0 14 0 200 144 135
Binary 11011011 11111111 11100000 1110 0 1100 0 10000000 1100100 1011101

Color Harmonies of #DBFFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFE0

Black with #DBFFE0

Text Example


Text Example

White with #DBFFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFE0; }

 p { color: rgb(219,255,224); }

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

background-color css

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

 a { background-color: rgb(219,255,224); }

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

border-color css

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

 span { border-color: rgb(219,255,224); }

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