Html Css Color HEX #DBFBDE Frosted Mint

📋 copy color: '#DBFBDE'

red 219 ◦ green 251 ◦ blue 222

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

Shades of Frosted Mint #DBFBDE

Tints of Frosted Mint #DBFBDE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.27%

 BLUE value IS 222 (87.11% from 255) = 32.08%

R = 31.65%
G = 36.27%
B = 32.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DBFBDE (or 0xDBFBDE) is known color: Frosted Mint. HEX triplet: DB, FB and DE. RGB value is (219,251,222). Sum of RGB (Red+Green+Blue) = 219+251+222=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBDE is #240421. Grayscale: #EEEEEE. Windows color (decimal): -2360354 or 14613467. OLE color: 14613467.

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

Color convert

RGB 219 251 222 -
CMYK 0.13 0 0.12 0.02
HSL 125.63º 0.8% 0.92% -
HSV(B) 125.63º 0.13% 0.98% -
XYZ 76.9 89.33 82.3 -
YUV 238.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 219 251 222 0.13 0 0.12 0.02 125.63 0.8 0.92
Hex DB FB DE D 0 C 2 7E 50 5C
Octal 333 373 336 15 0 14 2 176 120 134
Binary 11011011 11111011 11011110 1101 0 1100 10 1111110 1010000 1011100

Color Harmonies of #DBFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBDE

Black with #DBFBDE

Text Example


Text Example

White with #DBFBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBDE; }

 p { color: rgb(219,251,222); }

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

background-color css

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

 a { background-color: rgb(219,251,222); }

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

border-color css

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

 span { border-color: rgb(219,251,222); }

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