Html Css Color HEX #DBFCDF Frosted Mint

📋 copy color: '#DBFCDF'

red 219 ◦ green 252 ◦ blue 223

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

Shades of Frosted Mint #DBFCDF

Tints of Frosted Mint #DBFCDF

RGB

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

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

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

R = 31.56%
G = 36.31%
B = 32.13%

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

#DBFCDF (or 0xDBFCDF) is known color: Frosted Mint. HEX triplet: DB, FC and DF. RGB value is (219,252,223). Sum of RGB (Red+Green+Blue) = 219+252+223=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDF is #240320. Grayscale: #EEEEEE. Windows color (decimal): -2360097 or 14679259. OLE color: 14679259.

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

Color convert

RGB 219 252 223 -
CMYK 0.13 0 0.12 0.01
HSL 127.27º 0.85% 0.92% -
HSV(B) 127.27º 0.13% 0.99% -
XYZ 77.34 90.01 83.11 -
YUV 238.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 219 252 223 0.13 0 0.12 0.01 127.27 0.85 0.92
Hex DB FC DF D 0 C 1 7F 55 5C
Octal 333 374 337 15 0 14 1 177 125 134
Binary 11011011 11111100 11011111 1101 0 1100 1 1111111 1010101 1011100

Color Harmonies of #DBFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFCDF

Black with #DBFCDF

Text Example


Text Example

White with #DBFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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