#D5FCCA

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

Shades of Snowy Mint #D5FCCA

Tints of Snowy Mint #D5FCCA

Color information

#D5FCCA (or 0xD5FCCA) is unknown color: approx Snowy Mint. HEX triplet: D5, FC and CA. RGB value is (213,252,202). Sum of RGB (Red+Green+Blue) = 213+252+202=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCCA is #2A0335. Grayscale: #EAEAEA. Windows color (decimal): -2753334 or 13302997. OLE color: 13302997.

HSL color Cylindrical-coordinate representation of color #D5FCCA: hue angle of 106.8º degrees, saturation: 0.89, 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 #D5FCCA is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB213252202-
CMYK0.1500.200.01
HSL106.8º89.29%89.02%-
HSV(B)106.8º19.84%98.82%-
XYZ72.9188.0369.03-
YUV234.64109.58112.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.93%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 202 (79.30% from 255) = 30.28%
R=31.93%
G=37.78%
B=30.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522020.1500.200.01106.889.2989.02
HexD5FCCAF01416b5959
Octal325374312170241153131131
Binary11010101111111001100101011110101001110101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCCA; }

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

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

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

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

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

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

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

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