#DCFBDF

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

Shades of Frosted Mint #DCFBDF

Tints of Frosted Mint #DCFBDF

Color information

#DCFBDF (or 0xDCFBDF) is unknown color: approx Frosted Mint. HEX triplet: DC, FB and DF. RGB value is (220,251,223). Sum of RGB (Red+Green+Blue) = 220+251+223=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBDF is #230420. Grayscale: #EEEEEE. Windows color (decimal): -2294817 or 14679004. OLE color: 14679004.

HSL color Cylindrical-coordinate representation of color #DCFBDF: hue angle of 125.81º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFBDF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB220251223-
CMYK0.1200.110.02
HSL125.81º79.49%92.35%-
HSV(B)125.81º12.35%98.43%-
XYZ77.3389.5483.02-
YUV238.54119.23114.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.70%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=31.70%
G=36.17%
B=32.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512230.1200.110.02125.8179.4992.35
HexDCFBDFC0B27e4f5c
Octal334373337140132176117134
Binary11011100111110111101111111000101110111111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBDF; }

 p { color: rgb(220,251,223); }

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

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

 a { background-color: rgb(220,251,223); }

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

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

 span { border-color: rgb(220,251,223); }

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