#D0F8C6

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

Shades of Snowy Mint #D0F8C6

Tints of Snowy Mint #D0F8C6

Color information

#D0F8C6 (or 0xD0F8C6) is unknown color: approx Snowy Mint. HEX triplet: D0, F8 and C6. RGB value is (208,248,198). Sum of RGB (Red+Green+Blue) = 208+248+198=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 248 (97.27% from 255 or 37.92% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8C6 is #2F0739. Grayscale: #E6E6E6. Windows color (decimal): -3082042 or 13039824. OLE color: 13039824.

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

Color convert

RGB208248198-
CMYK0.1600.200.03
HSL108º78.12%87.45%-
HSV(B)108º20.16%97.25%-
XYZ69.7784.6266.08-
YUV230.34109.75112.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 248 (97.27% from 255) = 37.92%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=31.80%
G=37.92%
B=30.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082481980.1600.200.0310878.1287.45
HexD0F8C61001436c4e57
Octal320370306200243154116127
Binary1101000011111000110001101000001010011110110010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8C6; }

 p { color: rgb(208,248,198); }

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

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

 a { background-color: rgb(208,248,198); }

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

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

 span { border-color: rgb(208,248,198); }

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