#D5E1CD

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

Shades of Peppermint #D5E1CD

Tints of Peppermint #D5E1CD

Color information

#D5E1CD (or 0xD5E1CD) is unknown color: approx Peppermint. HEX triplet: D5, E1 and CD. RGB value is (213,225,205). Sum of RGB (Red+Green+Blue) = 213+225+205=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E1CD is #2A1E32. Grayscale: #DBDBDB. Windows color (decimal): -2760243 or 13492693. OLE color: 13492693.

HSL color Cylindrical-coordinate representation of color #D5E1CD: hue angle of 96º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5E1CD is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB213225205-
CMYK0.0500.090.12
HSL96º25%84.31%-
HSV(B)96º8.89%88.24%-
XYZ65.3972.468.29-
YUV219.13120.02123.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=33.13%
G=34.99%
B=31.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132252050.0500.090.12962584.31
HexD5E1CD509C601954
Octal32534131550111414031124
Binary1101010111100001110011011010100111001100000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1CD; }

 p { color: rgb(213,225,205); }

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

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

 a { background-color: rgb(213,225,205); }

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

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

 span { border-color: rgb(213,225,205); }

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