#D6F0CC

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

Shades of Snowy Mint #D6F0CC

Tints of Snowy Mint #D6F0CC

Color information

#D6F0CC (or 0xD6F0CC) is unknown color: approx Snowy Mint. HEX triplet: D6, F0 and CC. RGB value is (214,240,204). Sum of RGB (Red+Green+Blue) = 214+240+204=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0CC is #290F33. Grayscale: #E4E4E4. Windows color (decimal): -2690868 or 13430998. OLE color: 13430998.

HSL color Cylindrical-coordinate representation of color #D6F0CC: hue angle of 103.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6F0CC is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB214240204-
CMYK0.1100.150.06
HSL103.33º54.55%87.06%-
HSV(B)103.33º15%94.12%-
XYZ69.7980.9869.08-
YUV228.12114.39117.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.52%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 204 (80.08% from 255) = 31.00%
R=32.52%
G=36.47%
B=31.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402040.1100.150.06103.3354.5587.06
HexD6F0CCB0F6673757
Octal32636031413017614767127
Binary11010110111100001100110010110111111011001111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0CC; }

 p { color: rgb(214,240,204); }

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

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

 a { background-color: rgb(214,240,204); }

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

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

 span { border-color: rgb(214,240,204); }

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