Html Css Color HEX #DBFFDF Frosted Mint

📋 copy color: '#DBFFDF'

red 219 ◦ green 255 ◦ blue 223

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

Shades of Frosted Mint #DBFFDF

Tints of Frosted Mint #DBFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 36.59%

 BLUE value IS 223 (87.5% from 255) = 31.99%

R = 31.42%
G = 36.59%
B = 31.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#DBFFDF (or 0xDBFFDF) is known color: Frosted Mint. HEX triplet: DB, FF and DF. RGB value is (219,255,223). Sum of RGB (Red+Green+Blue) = 219+255+223=697 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.42% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFDF is #240020. Grayscale: #F0F0F0. Windows color (decimal): -2359329 or 14680027. OLE color: 14680027.

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

Color convert

RGB 219 255 223 -
CMYK 0.14 0 0.13 0
HSL 126.67º 1% 0.93% -
HSV(B) 126.67º 0.14% 1% -
XYZ 78.29 91.91 83.43 -
YUV 240.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 219 255 223 0.14 0 0.13 0 126.67 1 0.93
Hex DB FF DF E 0 D 0 7F 64 5D
Octal 333 377 337 16 0 15 0 177 144 135
Binary 11011011 11111111 11011111 1110 0 1101 0 1111111 1100100 1011101

Color Harmonies of #DBFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFDF

Black with #DBFFDF

Text Example


Text Example

White with #DBFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFDF; }

 p { color: rgb(219,255,223); }

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

background-color css

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

 a { background-color: rgb(219,255,223); }

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

border-color css

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

 span { border-color: rgb(219,255,223); }

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