#D3E1CD

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

Shades of Peppermint #D3E1CD

Tints of Peppermint #D3E1CD

Color information

#D3E1CD (or 0xD3E1CD) is unknown color: approx Peppermint. HEX triplet: D3, E1 and CD. RGB value is (211,225,205). Sum of RGB (Red+Green+Blue) = 211+225+205=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1CD is #2C1E32. Grayscale: #DADADA. Windows color (decimal): -2891315 or 13492691. OLE color: 13492691.

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

Color convert

RGB211225205-
CMYK0.0600.090.12
HSL102º25%84.31%-
HSV(B)102º8.89%88.24%-
XYZ64.8172.1168.26-
YUV218.53120.36122.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.92%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=32.92%
G=35.10%
B=31.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112252050.0600.090.121022584.31
HexD3E1CD609C661954
Octal32334131560111414631124
Binary1101001111100001110011011100100111001100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E1CD; }

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

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

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

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

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

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

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

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