#D3E0CD

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

Shades of Peppermint #D3E0CD

Tints of Peppermint #D3E0CD

Color information

#D3E0CD (or 0xD3E0CD) is unknown color: approx Peppermint. HEX triplet: D3, E0 and CD. RGB value is (211,224,205). Sum of RGB (Red+Green+Blue) = 211+224+205=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0CD is #2C1F32. Grayscale: #DADADA. Windows color (decimal): -2891571 or 13492435. OLE color: 13492435.

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

Color convert

RGB211224205-
CMYK0.0600.080.12
HSL101.05º23.46%84.12%-
HSV(B)101.05º8.48%87.84%-
XYZ64.5471.5768.17-
YUV217.95120.69123.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.97%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=32.97%
G=35%
B=32.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112242050.0600.080.12101.0523.4684.12
HexD3E0CD608C651754
Octal32334031560101414527124
Binary1101001111100000110011011100100011001100101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0CD; }

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

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

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

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

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

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

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

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