Html Css Color HEX #DBFDDE Frosted Mint

📋 copy color: '#DBFDDE'

red 219 ◦ green 253 ◦ blue 222

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

Shades of Frosted Mint #DBFDDE

Tints of Frosted Mint #DBFDDE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.46%

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

R = 31.56%
G = 36.46%
B = 31.99%

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

#DBFDDE (or 0xDBFDDE) is known color: Frosted Mint. HEX triplet: DB, FD and DE. RGB value is (219,253,222). Sum of RGB (Red+Green+Blue) = 219+253+222=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDDE is #240221. Grayscale: #EFEFEF. Windows color (decimal): -2359842 or 14613979. OLE color: 14613979.

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

Color convert

RGB 219 253 222 -
CMYK 0.13 0 0.12 0.01
HSL 125.29º 0.89% 0.93% -
HSV(B) 125.29º 0.13% 0.99% -
XYZ 77.52 90.58 82.51 -
YUV 239.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 219 253 222 0.13 0 0.12 0.01 125.29 0.89 0.93
Hex DB FD DE D 0 C 1 7D 59 5D
Octal 333 375 336 15 0 14 1 175 131 135
Binary 11011011 11111101 11011110 1101 0 1100 1 1111101 1011001 1011101

Color Harmonies of #DBFDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDDE

Black with #DBFDDE

Text Example


Text Example

White with #DBFDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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