Html Css Color HEX #DBFEDE Frosted Mint

📋 copy color: '#DBFEDE'

red 219 ◦ green 254 ◦ blue 222

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

Shades of Frosted Mint #DBFEDE

Tints of Frosted Mint #DBFEDE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.55%

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

R = 31.51%
G = 36.55%
B = 31.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#DBFEDE (or 0xDBFEDE) is known color: Frosted Mint. HEX triplet: DB, FE and DE. RGB value is (219,254,222). Sum of RGB (Red+Green+Blue) = 219+254+222=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDE is #240121. Grayscale: #EFEFEF. Windows color (decimal): -2359586 or 14614235. OLE color: 14614235.

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

Color convert

RGB 219 254 222 -
CMYK 0.14 0 0.13 0.00
HSL 125.14º 0.95% 0.93% -
HSV(B) 125.14º 0.14% 1% -
XYZ 77.84 91.22 82.61 -
YUV 239.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 219 254 222 0.14 0 0.13 0.00 125.14 0.95 0.93
Hex DB FE DE E 0 D 0 7D 5F 5D
Octal 333 376 336 16 0 15 0 175 137 135
Binary 11011011 11111110 11011110 1110 0 1101 0 1111101 1011111 1011101

Color Harmonies of #DBFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEDE

Black with #DBFEDE

Text Example


Text Example

White with #DBFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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