#D5FACB

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

Shades of Snowy Mint #D5FACB

Tints of Snowy Mint #D5FACB

Color information

#D5FACB (or 0xD5FACB) is unknown color: approx Snowy Mint. HEX triplet: D5, FA and CB. RGB value is (213,250,203). Sum of RGB (Red+Green+Blue) = 213+250+203=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FACB is #2A0534. Grayscale: #E9E9E9. Windows color (decimal): -2753845 or 13368021. OLE color: 13368021.

HSL color Cylindrical-coordinate representation of color #D5FACB: hue angle of 107.23º 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 #D5FACB is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB213250203-
CMYK0.1500.190.02
HSL107.23º82.46%88.82%-
HSV(B)107.23º18.8%98.04%-
XYZ72.4186.8369.44-
YUV233.58110.74113.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.98%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 203 (79.69% from 255) = 30.48%
R=31.98%
G=37.54%
B=30.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502030.1500.190.02107.2382.4688.82
HexD5FACBF01326b5259
Octal325372313170232153122131
Binary110101011111101011001011111101001110110101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FACB; }

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

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

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

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

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

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

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

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