#D1DCCF

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

Shades of Peppermint #D1DCCF

Tints of Peppermint #D1DCCF

Color information

#D1DCCF (or 0xD1DCCF) is unknown color: approx Peppermint. HEX triplet: D1, DC and CF. RGB value is (209,220,207). Sum of RGB (Red+Green+Blue) = 209+220+207=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCCF is #2E2330. Grayscale: #D7D7D7. Windows color (decimal): -3023665 or 13622481. OLE color: 13622481.

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

Color convert

RGB209220207-
CMYK0.0500.060.14
HSL110.77º15.66%83.73%-
HSV(B)110.77º5.91%86.27%-
XYZ63.1569.2569.07-
YUV215.23123.36123.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=32.86%
G=34.59%
B=32.55%

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
Decimal2092202070.0500.060.14110.7715.6683.73
HexD1DCCF506E6f1054
Octal3213343175061615720124
Binary110100011101110011001111101011011101101111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCCF; }

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

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

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

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

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

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

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

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