#D1DCCD

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

Shades of Peppermint #D1DCCD

Tints of Peppermint #D1DCCD

Color information

#D1DCCD (or 0xD1DCCD) is unknown color: approx Peppermint. HEX triplet: D1, DC and CD. RGB value is (209,220,205). Sum of RGB (Red+Green+Blue) = 209+220+205=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCD is #2E2332. Grayscale: #D7D7D7. Windows color (decimal): -3023667 or 13491409. OLE color: 13491409.

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

Color convert

RGB209220205-
CMYK0.0500.070.14
HSL104º17.65%83.33%-
HSV(B)104º6.82%86.27%-
XYZ62.9169.1567.79-
YUV215122.36123.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=32.97%
G=34.70%
B=32.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092202050.0500.070.1410417.6583.33
HexD1DCCD507E681253
Octal3213343155071615022123
Binary110100011101110011001101101011111101101000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCCD; }

 p { color: rgb(209,220,205); }

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

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

 a { background-color: rgb(209,220,205); }

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

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

 span { border-color: rgb(209,220,205); }

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