Html Css Color HEX #DBFCDE Frosted Mint

📋 copy color: '#DBFCDE'

red 219 ◦ green 252 ◦ blue 222

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

Shades of Frosted Mint #DBFCDE

Tints of Frosted Mint #DBFCDE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.36%

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

R = 31.6%
G = 36.36%
B = 32.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#DBFCDE (or 0xDBFCDE) is known color: Frosted Mint. HEX triplet: DB, FC and DE. RGB value is (219,252,222). Sum of RGB (Red+Green+Blue) = 219+252+222=693 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.60% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDE is #240321. Grayscale: #EEEEEE. Windows color (decimal): -2360098 or 14613723. OLE color: 14613723.

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

Color convert

RGB 219 252 222 -
CMYK 0.13 0 0.12 0.01
HSL 125.45º 0.85% 0.92% -
HSV(B) 125.45º 0.13% 0.99% -
XYZ 77.21 89.95 82.4 -
YUV 238.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 219 252 222 0.13 0 0.12 0.01 125.45 0.85 0.92
Hex DB FC DE D 0 C 1 7D 55 5C
Octal 333 374 336 15 0 14 1 175 125 134
Binary 11011011 11111100 11011110 1101 0 1100 1 1111101 1010101 1011100

Color Harmonies of #DBFCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCDE

Black with #DBFCDE

Text Example


Text Example

White with #DBFCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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