#D9DCD8

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

Shades of Peppermint #D9DCD8

Tints of Peppermint #D9DCD8

Color information

#D9DCD8 (or 0xD9DCD8) is unknown color: approx Peppermint. HEX triplet: D9, DC and D8. RGB value is (217,220,216). Sum of RGB (Red+Green+Blue) = 217+220+216=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCD8 is #262327. Grayscale: #DADADA. Windows color (decimal): -2499368 or 14212313. OLE color: 14212313.

HSL color Cylindrical-coordinate representation of color #D9DCD8: hue angle of 105º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DCD8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB217220216-
CMYK0.0100.020.14
HSL105º5.41%85.49%-
HSV(B)105º1.82%86.27%-
XYZ66.670.975.14-
YUV218.65126.51126.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=33.23%
G=33.69%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172202160.0100.020.141055.4185.49
HexD9DCD8102E69555
Octal331334330102161515125
Binary1101100111011100110110001010111011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCD8; }

 p { color: rgb(217,220,216); }

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

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

 a { background-color: rgb(217,220,216); }

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

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

 span { border-color: rgb(217,220,216); }

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