Html Css Color HEX #DBFDDF Frosted Mint

📋 copy color: '#DBFDDF'

red 219 ◦ green 253 ◦ blue 223

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

Shades of Frosted Mint #DBFDDF

Tints of Frosted Mint #DBFDDF

RGB

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

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

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

R = 31.51%
G = 36.4%
B = 32.09%

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

#DBFDDF (or 0xDBFDDF) is known color: Frosted Mint. HEX triplet: DB, FD and DF. RGB value is (219,253,223). Sum of RGB (Red+Green+Blue) = 219+253+223=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDDF is #240220. Grayscale: #EFEFEF. Windows color (decimal): -2359841 or 14679515. OLE color: 14679515.

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

Color convert

RGB 219 253 223 -
CMYK 0.13 0 0.12 0.01
HSL 127.06º 0.89% 0.93% -
HSV(B) 127.06º 0.13% 0.99% -
XYZ 77.66 90.64 83.21 -
YUV 239.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 219 253 223 0.13 0 0.12 0.01 127.06 0.89 0.93
Hex DB FD DF D 0 C 1 7F 59 5D
Octal 333 375 337 15 0 14 1 177 131 135
Binary 11011011 11111101 11011111 1101 0 1100 1 1111111 1011001 1011101

Color Harmonies of #DBFDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFDDF

Black with #DBFDDF

Text Example


Text Example

White with #DBFDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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