#D6EBCA

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

Shades of Peppermint #D6EBCA

Tints of Peppermint #D6EBCA

Color information

#D6EBCA (or 0xD6EBCA) is unknown color: approx Peppermint. HEX triplet: D6, EB and CA. RGB value is (214,235,202). Sum of RGB (Red+Green+Blue) = 214+235+202=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBCA is #291435. Grayscale: #E1E1E1. Windows color (decimal): -2692150 or 13298646. OLE color: 13298646.

HSL color Cylindrical-coordinate representation of color #D6EBCA: hue angle of 98.18º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6EBCA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB214235202-
CMYK0.0900.140.08
HSL98.18º45.21%85.69%-
HSV(B)98.18º14.04%92.16%-
XYZ68.177.9867.34-
YUV224.96115.04120.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.87%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=32.87%
G=36.10%
B=31.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352020.0900.140.0898.1845.2185.69
HexD6EBCA90E8622d56
Octal326353312110161014255126
Binary110101101110101111001010100101110100011000101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBCA; }

 p { color: rgb(214,235,202); }

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

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

 a { background-color: rgb(214,235,202); }

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

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

 span { border-color: rgb(214,235,202); }

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