#d0ffc5

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

Shades of Snowy Mint #D0FFC5

Tints of Snowy Mint #D0FFC5

Color information

#D0FFC5 (or 0xD0FFC5) is unknown color: approx Snowy Mint. HEX triplet: D0, FF and C5. RGB value is (208,255,197). Sum of RGB (Red+Green+Blue) = 208+255+197=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFC5 is #2F003A. Grayscale: #EAEAEA. Windows color (decimal): -3080251 or 12976080. OLE color: 12976080.

HSL color Cylindrical-coordinate representation of color #D0FFC5: hue angle of 108.62º 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 #D0FFC5 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB208255197-
CMYK0.1800.230
HSL108.62º100%88.63%-
HSV(B)108.62º22.75%100%-
XYZ71.8588.9666.21-
YUV234.34106.93109.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.52%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 197 (77.34% from 255) = 29.85%
R=31.52%
G=38.64%
B=29.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551970.1800.230108.6210088.63
HexD0FFC51201706d6459
Octal320377305220270155144131
Binary110100001111111111000101100100101110110110111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0ffc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0ffc5; }

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

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

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

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

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

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

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

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