#D7EBCA

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

Shades of Peppermint #D7EBCA

Tints of Peppermint #D7EBCA

Color information

#D7EBCA (or 0xD7EBCA) is unknown color: approx Peppermint. HEX triplet: D7, EB and CA. RGB value is (215,235,202). Sum of RGB (Red+Green+Blue) = 215+235+202=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBCA is #281435. Grayscale: #E1E1E1. Windows color (decimal): -2626614 or 13298647. OLE color: 13298647.

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

Color convert

RGB215235202-
CMYK0.0900.140.08
HSL96.36º45.21%85.69%-
HSV(B)96.36º14.04%92.16%-
XYZ68.3978.1367.35-
YUV225.26114.87120.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=32.98%
G=36.04%
B=30.98%

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
Decimal2152352020.0900.140.0896.3645.2185.69
HexD7EBCA90E8602d56
Octal327353312110161014055126
Binary110101111110101111001010100101110100011000001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBCA; }

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

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

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

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

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

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

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

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