#D4DED0

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

Shades of Peppermint #D4DED0

Tints of Peppermint #D4DED0

Color information

#D4DED0 (or 0xD4DED0) is unknown color: approx Peppermint. HEX triplet: D4, DE and D0. RGB value is (212,222,208). Sum of RGB (Red+Green+Blue) = 212+222+208=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DED0 is #2B212F. Grayscale: #D9D9D9. Windows color (decimal): -2826544 or 13688532. OLE color: 13688532.

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

Color convert

RGB212222208-
CMYK0.0500.060.13
HSL102.86º17.5%84.31%-
HSV(B)102.86º6.31%87.06%-
XYZ64.6670.7969.93-
YUV217.41122.69124.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.02%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 208 (81.64% from 255) = 32.40%
R=33.02%
G=34.58%
B=32.40%

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
Decimal2122222080.0500.060.13102.8617.584.31
HexD4DED0506D671254
Octal3243363205061514722124
Binary110101001101111011010000101011011011100111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DED0; }

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

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

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

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

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

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

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

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