#D6F1CC

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

Shades of Snowy Mint #D6F1CC

Tints of Snowy Mint #D6F1CC

Color information

#D6F1CC (or 0xD6F1CC) is unknown color: approx Snowy Mint. HEX triplet: D6, F1 and CC. RGB value is (214,241,204). Sum of RGB (Red+Green+Blue) = 214+241+204=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1CC is #290E33. Grayscale: #E4E4E4. Windows color (decimal): -2690612 or 13431254. OLE color: 13431254.

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

Color convert

RGB214241204-
CMYK0.1100.150.05
HSL103.78º56.92%87.25%-
HSV(B)103.78º15.35%94.51%-
XYZ70.0981.5769.18-
YUV228.71114.05117.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 204 (80.08% from 255) = 30.96%
R=32.47%
G=36.57%
B=30.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142412040.1100.150.05103.7856.9287.25
HexD6F1CCB0F5683957
Octal32636131413017515071127
Binary11010110111100011100110010110111110111010001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1CC; }

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

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

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

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

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

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

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

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