Html Css Color HEX #DBF3DD Frosted Mint

📋 copy color: '#DBF3DD'

red 219 ◦ green 243 ◦ blue 221

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

Shades of Frosted Mint #DBF3DD

Tints of Frosted Mint #DBF3DD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.58%

 BLUE value IS 221 (86.72% from 255) = 32.36%

R = 32.06%
G = 35.58%
B = 32.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#DBF3DD (or 0xDBF3DD) is known color: Frosted Mint. HEX triplet: DB, F3 and DD. RGB value is (219,243,221). Sum of RGB (Red+Green+Blue) = 219+243+221=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DD is #240C22. Grayscale: #E9E9E9. Windows color (decimal): -2362403 or 14545883. OLE color: 14545883.

HSL color Cylindrical-coordinate representation of color #DBF3DD: hue angle of 125º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3DD is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 221 -
CMYK 0.10 0 0.09 0.05
HSL 125º 0.5% 0.91% -
HSV(B) 125º 0.1% 0.95% -
XYZ 74.32 84.38 80.78 -
YUV 233.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 219 243 221 0.10 0 0.09 0.05 125 0.5 0.91
Hex DB F3 DD A 0 9 5 7D 32 5B
Octal 333 363 335 12 0 11 5 175 62 133
Binary 11011011 11110011 11011101 1010 0 1001 101 1111101 110010 1011011

Color Harmonies of #DBF3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF3DD

Black with #DBF3DD

Text Example


Text Example

White with #DBF3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF3DD; }

 p { color: rgb(219,243,221); }

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

background-color css

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

 a { background-color: rgb(219,243,221); }

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

border-color css

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

 span { border-color: rgb(219,243,221); }

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