#D3DED0

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

Shades of Peppermint #D3DED0

Tints of Peppermint #D3DED0

Color information

#D3DED0 (or 0xD3DED0) is unknown color: approx Peppermint. HEX triplet: D3, DE and D0. RGB value is (211,222,208). Sum of RGB (Red+Green+Blue) = 211+222+208=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DED0 is #2C212F. Grayscale: #D9D9D9. Windows color (decimal): -2892080 or 13688531. OLE color: 13688531.

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

Color convert

RGB211222208-
CMYK0.0500.060.13
HSL107.14º17.5%84.31%-
HSV(B)107.14º6.31%87.06%-
XYZ64.3770.6569.92-
YUV217.11122.86123.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.92%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 208 (81.64% from 255) = 32.45%
R=32.92%
G=34.63%
B=32.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112222080.0500.060.13107.1417.584.31
HexD3DED0506D6b1254
Octal3233363205061515322124
Binary110100111101111011010000101011011011101011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DED0; }

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

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

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

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

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

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

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

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