#D1DFCC

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

Shades of Peppermint #D1DFCC

Tints of Peppermint #D1DFCC

Color information

#D1DFCC (or 0xD1DFCC) is unknown color: approx Peppermint. HEX triplet: D1, DF and CC. RGB value is (209,223,204). Sum of RGB (Red+Green+Blue) = 209+223+204=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFCC is #2E2033. Grayscale: #D8D8D8. Windows color (decimal): -3022900 or 13426641. OLE color: 13426641.

HSL color Cylindrical-coordinate representation of color #D1DFCC: hue angle of 104.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DFCC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB209223204-
CMYK0.0600.090.13
HSL104.21º22.89%83.73%-
HSV(B)104.21º8.52%87.45%-
XYZ63.5870.6967.42-
YUV216.65120.86122.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=32.86%
G=35.06%
B=32.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092232040.0600.090.13104.2122.8983.73
HexD1DFCC609D681754
Octal32133731460111515027124
Binary1101000111011111110011001100100111011101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFCC; }

 p { color: rgb(209,223,204); }

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

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

 a { background-color: rgb(209,223,204); }

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

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

 span { border-color: rgb(209,223,204); }

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