#D1DCCE

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

Shades of Peppermint #D1DCCE

Tints of Peppermint #D1DCCE

Color information

#D1DCCE (or 0xD1DCCE) is unknown color: approx Peppermint. HEX triplet: D1, DC and CE. RGB value is (209,220,206). Sum of RGB (Red+Green+Blue) = 209+220+206=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCE is #2E2331. Grayscale: #D7D7D7. Windows color (decimal): -3023666 or 13556945. OLE color: 13556945.

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

Color convert

RGB209220206-
CMYK0.0500.060.14
HSL107.14º16.67%83.53%-
HSV(B)107.14º6.36%86.27%-
XYZ63.0369.268.43-
YUV215.11122.86123.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=32.91%
G=34.65%
B=32.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092202060.0500.060.14107.1416.6783.53
HexD1DCCE506E6b1154
Octal3213343165061615321124
Binary110100011101110011001110101011011101101011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCCE; }

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

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

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

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

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

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

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

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