Html Css Color HEX #DBFADF Frosted Mint

📋 copy color: '#DBFADF'

red 219 ◦ green 250 ◦ blue 223

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

Shades of Frosted Mint #DBFADF

Tints of Frosted Mint #DBFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.13%

 BLUE value IS 223 (87.5% from 255) = 32.23%

R = 31.65%
G = 36.13%
B = 32.23%

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

#DBFADF (or 0xDBFADF) is known color: Frosted Mint. HEX triplet: DB, FA and DF. RGB value is (219,250,223). Sum of RGB (Red+Green+Blue) = 219+250+223=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFADF is #240520. Grayscale: #EDEDED. Windows color (decimal): -2360609 or 14678747. OLE color: 14678747.

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

Color convert

RGB 219 250 223 -
CMYK 0.12 0 0.11 0.02
HSL 127.74º 0.76% 0.92% -
HSV(B) 127.74º 0.12% 0.98% -
XYZ 76.72 88.76 82.9 -
YUV 237.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 219 250 223 0.12 0 0.11 0.02 127.74 0.76 0.92
Hex DB FA DF C 0 B 2 80 4C 5C
Octal 333 372 337 14 0 13 2 200 114 134
Binary 11011011 11111010 11011111 1100 0 1011 10 10000000 1001100 1011100

Color Harmonies of #DBFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFADF

Black with #DBFADF

Text Example


Text Example

White with #DBFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFADF; }

 p { color: rgb(219,250,223); }

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

background-color css

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

 a { background-color: rgb(219,250,223); }

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

border-color css

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

 span { border-color: rgb(219,250,223); }

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