Html Css Color HEX #DBFEDF Frosted Mint

📋 copy color: '#DBFEDF'

red 219 ◦ green 254 ◦ blue 223

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

Shades of Frosted Mint #DBFEDF

Tints of Frosted Mint #DBFEDF

RGB

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

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

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

R = 31.47%
G = 36.49%
B = 32.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#DBFEDF (or 0xDBFEDF) is known color: Frosted Mint. HEX triplet: DB, FE and DF. RGB value is (219,254,223). Sum of RGB (Red+Green+Blue) = 219+254+223=696 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.47% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFEDF is #240120. Grayscale: #F0F0F0. Windows color (decimal): -2359585 or 14679771. OLE color: 14679771.

HSL color Cylindrical-coordinate representation of color #DBFEDF: hue angle of 126.86º 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 #DBFEDF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 223 -
CMYK 0.14 0 0.12 0.00
HSL 126.86º 0.95% 0.93% -
HSV(B) 126.86º 0.14% 1% -
XYZ 77.97 91.27 83.32 -
YUV 240 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 219 254 223 0.14 0 0.12 0.00 126.86 0.95 0.93
Hex DB FE DF E 0 C 0 7F 5F 5D
Octal 333 376 337 16 0 14 0 177 137 135
Binary 11011011 11111110 11011111 1110 0 1100 0 1111111 1011111 1011101

Color Harmonies of #DBFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFEDF

Black with #DBFEDF

Text Example


Text Example

White with #DBFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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