#D5EBCA

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

Shades of Peppermint #D5EBCA

Tints of Peppermint #D5EBCA

Color information

#D5EBCA (or 0xD5EBCA) is unknown color: approx Peppermint. HEX triplet: D5, EB and CA. RGB value is (213,235,202). Sum of RGB (Red+Green+Blue) = 213+235+202=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBCA is #2A1435. Grayscale: #E0E0E0. Windows color (decimal): -2757686 or 13298645. OLE color: 13298645.

HSL color Cylindrical-coordinate representation of color #D5EBCA: hue angle of 100º 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 #D5EBCA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB213235202-
CMYK0.0900.140.08
HSL100º45.21%85.69%-
HSV(B)100º14.04%92.16%-
XYZ67.8177.8367.33-
YUV224.66115.21119.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.77%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=32.77%
G=36.15%
B=31.08%

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
Decimal2132352020.0900.140.0810045.2185.69
HexD5EBCA90E8642d56
Octal325353312110161014455126
Binary110101011110101111001010100101110100011001001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBCA; }

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

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

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

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

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

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

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

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