#DCFFCB

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

Shades of Snowy Mint #DCFFCB

Tints of Snowy Mint #DCFFCB

Color information

#DCFFCB (or 0xDCFFCB) is unknown color: approx Snowy Mint. HEX triplet: DC, FF and CB. RGB value is (220,255,203). Sum of RGB (Red+Green+Blue) = 220+255+203=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFCB is #230034. Grayscale: #EEEEEE. Windows color (decimal): -2293813 or 13369308. OLE color: 13369308.

HSL color Cylindrical-coordinate representation of color #DCFFCB: hue angle of 100.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFFCB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB220255203-
CMYK0.1400.200
HSL100.38º100%89.8%-
HSV(B)100.38º20.39%100%-
XYZ76.0591.0570.07-
YUV238.61107.9114.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 203 (79.69% from 255) = 29.94%
R=32.45%
G=37.61%
B=29.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552030.1400.200100.3810089.8
HexDCFFCBE014064645a
Octal334377313160240144144132
Binary11011100111111111100101111100101000110010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFCB; }

 p { color: rgb(220,255,203); }

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

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

 a { background-color: rgb(220,255,203); }

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

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

 span { border-color: rgb(220,255,203); }

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