#D5E0D2

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

Shades of Peppermint #D5E0D2

Tints of Peppermint #D5E0D2

Color information

#D5E0D2 (or 0xD5E0D2) is unknown color: approx Peppermint. HEX triplet: D5, E0 and D2. RGB value is (213,224,210). Sum of RGB (Red+Green+Blue) = 213+224+210=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0D2 is #2A1F2D. Grayscale: #DBDBDB. Windows color (decimal): -2760494 or 13820117. OLE color: 13820117.

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

Color convert

RGB213224210-
CMYK0.0500.060.12
HSL107.14º18.42%85.1%-
HSV(B)107.14º6.25%87.84%-
XYZ65.7372.1171.43-
YUV219.12122.86123.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.92%
GREEN value IS 224 (87.89% from 255) = 34.62%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=32.92%
G=34.62%
B=32.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132242100.0500.060.12107.1418.4285.1
HexD5E0D2506C6b1255
Octal3253403225061415322125
Binary110101011110000011010010101011011001101011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0D2; }

 p { color: rgb(213,224,210); }

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

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

 a { background-color: rgb(213,224,210); }

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

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

 span { border-color: rgb(213,224,210); }

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