#DBFDCF

Color #DBFDCF Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #DBFDCF

Tints of Snowy Mint #DBFDCF

Color information

#DBFDCF (or 0xDBFDCF) is unknown color: approx Snowy Mint. HEX triplet: DB, FD and CF. RGB value is (219,253,207). Sum of RGB (Red+Green+Blue) = 219+253+207=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDCF is #240230. Grayscale: #EDEDED. Windows color (decimal): -2359857 or 13630939. OLE color: 13630939.

HSL color Cylindrical-coordinate representation of color #DBFDCF: hue angle of 104.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFDCF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB219253207-
CMYK0.1300.180.01
HSL104.35º92%90.2%-
HSV(B)104.35º18.18%99.22%-
XYZ75.689.8272.38-
YUV237.59110.74114.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=32.25%
G=37.26%
B=30.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532070.1300.180.01104.359290.2
HexDBFDCFD0121685c5a
Octal333375317150221150134132
Binary11011011111111011100111111010100101110100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDCF; }

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

 H1.HeaderClassName
 {
   color: #DBFDCF;
 }
 .AnyTagClassName
 {
   color: #DBFDCF;
 }
</style>
background-color css

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

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

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

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

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

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