#D3E3CD

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

Shades of Peppermint #D3E3CD

Tints of Peppermint #D3E3CD

Color information

#D3E3CD (or 0xD3E3CD) is unknown color: approx Peppermint. HEX triplet: D3, E3 and CD. RGB value is (211,227,205). Sum of RGB (Red+Green+Blue) = 211+227+205=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3CD is #2C1C32. Grayscale: #DBDBDB. Windows color (decimal): -2890803 or 13493203. OLE color: 13493203.

HSL color Cylindrical-coordinate representation of color #D3E3CD: hue angle of 103.64º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3E3CD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB211227205-
CMYK0.0700.100.11
HSL103.64º28.21%84.71%-
HSV(B)103.64º9.69%89.02%-
XYZ65.3573.1968.44-
YUV219.71119.7121.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.81%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=32.81%
G=35.30%
B=31.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112272050.0700.100.11103.6428.2184.71
HexD3E3CD70AB681c55
Octal32334331570121315034125
Binary1101001111100011110011011110101010111101000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E3CD; }

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

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

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

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

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

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

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

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