#D5FDCB

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

Shades of Snowy Mint #D5FDCB

Tints of Snowy Mint #D5FDCB

Color information

#D5FDCB (or 0xD5FDCB) is unknown color: approx Snowy Mint. HEX triplet: D5, FD and CB. RGB value is (213,253,203). Sum of RGB (Red+Green+Blue) = 213+253+203=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDCB is #2A0234. Grayscale: #EBEBEB. Windows color (decimal): -2753077 or 13368789. OLE color: 13368789.

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

Color convert

RGB213253203-
CMYK0.1600.200.01
HSL108º92.59%89.41%-
HSV(B)108º19.76%99.22%-
XYZ73.3588.7169.76-
YUV235.34109.75112.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=31.84%
G=37.82%
B=30.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132532030.1600.200.0110892.5989.41
HexD5FDCB1001416c5d59
Octal325375313200241154135131
Binary110101011111110111001011100000101001110110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDCB; }

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

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

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

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

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

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

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

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