#D9DDD7

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

Shades of Peppermint #D9DDD7

Tints of Peppermint #D9DDD7

Color information

#D9DDD7 (or 0xD9DDD7) is unknown color: approx Peppermint. HEX triplet: D9, DD and D7. RGB value is (217,221,215). Sum of RGB (Red+Green+Blue) = 217+221+215=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD7 is #262228. Grayscale: #DBDBDB. Windows color (decimal): -2499113 or 14147033. OLE color: 14147033.

HSL color Cylindrical-coordinate representation of color #D9DDD7: hue angle of 100º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DDD7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB217221215-
CMYK0.0200.030.13
HSL100º8.11%85.49%-
HSV(B)100º2.71%86.67%-
XYZ66.7471.3774.55-
YUV219.12125.67126.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=33.23%
G=33.84%
B=32.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172212150.0200.030.131008.1185.49
HexD9DDD7203D64855
Octal3313353272031514410125
Binary110110011101110111010111100111101110010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDD7; }

 p { color: rgb(217,221,215); }

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

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

 a { background-color: rgb(217,221,215); }

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

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

 span { border-color: rgb(217,221,215); }

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