#D3E3D0

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

Shades of Peppermint #D3E3D0

Tints of Peppermint #D3E3D0

Color information

#D3E3D0 (or 0xD3E3D0) is unknown color: approx Peppermint. HEX triplet: D3, E3 and D0. RGB value is (211,227,208). Sum of RGB (Red+Green+Blue) = 211+227+208=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3D0 is #2C1C2F. Grayscale: #DCDCDC. Windows color (decimal): -2890800 or 13689811. OLE color: 13689811.

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

Color convert

RGB211227208-
CMYK0.0700.080.11
HSL110.53º25.33%85.29%-
HSV(B)110.53º8.37%89.02%-
XYZ65.7273.3470.37-
YUV220.05121.2121.54-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.66%
GREEN value IS 227 (89.06% from 255) = 35.14%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=32.66%
G=35.14%
B=32.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112272080.0700.080.11110.5325.3385.29
HexD3E3D0708B6f1955
Octal32334332070101315731125
Binary1101001111100011110100001110100010111101111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E3D0; }

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

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

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

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

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

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

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

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