#D1DFCB

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

Shades of Peppermint #D1DFCB

Tints of Peppermint #D1DFCB

Color information

#D1DFCB (or 0xD1DFCB) is unknown color: approx Peppermint. HEX triplet: D1, DF and CB. RGB value is (209,223,203). Sum of RGB (Red+Green+Blue) = 209+223+203=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFCB is #2E2034. Grayscale: #D8D8D8. Windows color (decimal): -3022901 or 13361105. OLE color: 13361105.

HSL color Cylindrical-coordinate representation of color #D1DFCB: hue angle of 102º degrees, saturation: 0.24, 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 #D1DFCB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB209223203-
CMYK0.0600.090.13
HSL102º23.81%83.53%-
HSV(B)102º8.97%87.45%-
XYZ63.4670.6466.79-
YUV216.53120.36122.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=32.91%
G=35.12%
B=31.97%

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
Decimal2092232030.0600.090.1310223.8183.53
HexD1DFCB609D661854
Octal32133731360111514630124
Binary1101000111011111110010111100100111011100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFCB; }

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

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

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

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

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

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

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

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