#D3FACB

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

Shades of Snowy Mint #D3FACB

Tints of Snowy Mint #D3FACB

Color information

#D3FACB (or 0xD3FACB) is unknown color: approx Snowy Mint. HEX triplet: D3, FA and CB. RGB value is (211,250,203). Sum of RGB (Red+Green+Blue) = 211+250+203=664 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.78% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FACB is #2C0534. Grayscale: #E9E9E9. Windows color (decimal): -2884917 or 13368019. OLE color: 13368019.

HSL color Cylindrical-coordinate representation of color #D3FACB: hue angle of 109.79º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3FACB is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB211250203-
CMYK0.1600.190.02
HSL109.79º82.46%88.82%-
HSV(B)109.79º18.8%98.04%-
XYZ71.8386.5369.42-
YUV232.98111.08112.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.78%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 203 (79.69% from 255) = 30.57%
R=31.78%
G=37.65%
B=30.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112502030.1600.190.02109.7982.4688.82
HexD3FACB1001326e5259
Octal323372313200232156122131
Binary1101001111111010110010111000001001110110111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FACB; }

 p { color: rgb(211,250,203); }

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

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

 a { background-color: rgb(211,250,203); }

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

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

 span { border-color: rgb(211,250,203); }

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