#D5FCCB

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

Shades of Snowy Mint #D5FCCB

Tints of Snowy Mint #D5FCCB

Color information

#D5FCCB (or 0xD5FCCB) is unknown color: approx Snowy Mint. HEX triplet: D5, FC and CB. RGB value is (213,252,203). Sum of RGB (Red+Green+Blue) = 213+252+203=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCCB is #2A0334. Grayscale: #EAEAEA. Windows color (decimal): -2753333 or 13368533. OLE color: 13368533.

HSL color Cylindrical-coordinate representation of color #D5FCCB: hue angle of 107.76º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5FCCB is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB213252203-
CMYK0.1500.190.01
HSL107.76º89.09%89.22%-
HSV(B)107.76º19.44%98.82%-
XYZ73.0388.0869.65-
YUV234.75110.08112.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 203 (79.69% from 255) = 30.39%
R=31.89%
G=37.72%
B=30.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522030.1500.190.01107.7689.0989.22
HexD5FCCBF01316c5959
Octal325374313170231154131131
Binary11010101111111001100101111110100111110110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCCB; }

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

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

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

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

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

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

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

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