#D6F3CB

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

Shades of Snowy Mint #D6F3CB

Tints of Snowy Mint #D6F3CB

Color information

#D6F3CB (or 0xD6F3CB) is unknown color: approx Snowy Mint. HEX triplet: D6, F3 and CB. RGB value is (214,243,203). Sum of RGB (Red+Green+Blue) = 214+243+203=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3CB is #290C34. Grayscale: #E5E5E5. Windows color (decimal): -2690101 or 13366230. OLE color: 13366230.

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

Color convert

RGB214243203-
CMYK0.1200.160.05
HSL103.5º62.5%87.45%-
HSV(B)103.5º16.46%95.29%-
XYZ70.5682.7168.75-
YUV229.77112.89116.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.42%
GREEN value IS 243 (95.31% from 255) = 36.82%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=32.42%
G=36.82%
B=30.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432030.1200.160.05103.562.587.45
HexD6F3CBC0105683e57
Octal32636331314020515076127
Binary110101101111001111001011110001000010111010001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3CB; }

 p { color: rgb(214,243,203); }

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

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

 a { background-color: rgb(214,243,203); }

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

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

 span { border-color: rgb(214,243,203); }

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