#d2ffc5

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

Shades of Snowy Mint #D2FFC5

Tints of Snowy Mint #D2FFC5

Color information

#D2FFC5 (or 0xD2FFC5) is unknown color: approx Snowy Mint. HEX triplet: D2, FF and C5. RGB value is (210,255,197). Sum of RGB (Red+Green+Blue) = 210+255+197=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 197 (77.34% from 255 or 29.76% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFC5 is #2D003A. Grayscale: #EBEBEB. Windows color (decimal): -2949179 or 12976082. OLE color: 12976082.

HSL color Cylindrical-coordinate representation of color #D2FFC5: hue angle of 106.55º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2FFC5 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB210255197-
CMYK0.1800.230
HSL106.55º100%88.63%-
HSV(B)106.55º22.75%100%-
XYZ72.4289.2566.23-
YUV234.93106.59110.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 197 (77.34% from 255) = 29.76%
R=31.72%
G=38.52%
B=29.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551970.1800.230106.5510088.63
HexD2FFC51201706b6459
Octal322377305220270153144131
Binary110100101111111111000101100100101110110101111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ffc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ffc5; }

 p { color: rgb(210,255,197); }

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

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

 a { background-color: rgb(210,255,197); }

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

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

 span { border-color: rgb(210,255,197); }

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