#D1E1CB

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

Shades of Peppermint #D1E1CB

Tints of Peppermint #D1E1CB

Color information

#D1E1CB (or 0xD1E1CB) is unknown color: approx Peppermint. HEX triplet: D1, E1 and CB. RGB value is (209,225,203). Sum of RGB (Red+Green+Blue) = 209+225+203=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1CB is #2E1E34. Grayscale: #D9D9D9. Windows color (decimal): -3022389 or 13361617. OLE color: 13361617.

HSL color Cylindrical-coordinate representation of color #D1E1CB: hue angle of 103.64º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E1CB is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB209225203-
CMYK0.0700.100.12
HSL103.64º26.83%83.92%-
HSV(B)103.64º9.78%88.24%-
XYZ6471.7266.97-
YUV217.71119.7121.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.81%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=32.81%
G=35.32%
B=31.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092252030.0700.100.12103.6426.8383.92
HexD1E1CB70AC681b54
Octal32134131370121415033124
Binary1101000111100001110010111110101011001101000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1CB; }

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

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

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

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

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

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

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

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