#D0FCC7

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

Shades of Snowy Mint #D0FCC7

Tints of Snowy Mint #D0FCC7

Color information

#D0FCC7 (or 0xD0FCC7) is unknown color: approx Snowy Mint. HEX triplet: D0, FC and C7. RGB value is (208,252,199). Sum of RGB (Red+Green+Blue) = 208+252+199=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCC7 is #2F0338. Grayscale: #E8E8E8. Windows color (decimal): -3081017 or 13106384. OLE color: 13106384.

HSL color Cylindrical-coordinate representation of color #D0FCC7: hue angle of 109.81º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0FCC7 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB208252199-
CMYK0.1700.210.01
HSL109.81º89.83%88.43%-
HSV(B)109.81º21.03%98.82%-
XYZ71.1387.1567.11-
YUV232.8108.92110.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.56%
GREEN value IS 252 (98.83% from 255) = 38.24%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=31.56%
G=38.24%
B=30.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082521990.1700.210.01109.8189.8388.43
HexD0FCC71101516e5a58
Octal320374307210251156132130
Binary110100001111110011000111100010101011110111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCC7; }

 p { color: rgb(208,252,199); }

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

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

 a { background-color: rgb(208,252,199); }

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

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

 span { border-color: rgb(208,252,199); }

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