#D1E0CB

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

Shades of Peppermint #D1E0CB

Tints of Peppermint #D1E0CB

Color information

#D1E0CB (or 0xD1E0CB) is unknown color: approx Peppermint. HEX triplet: D1, E0 and CB. RGB value is (209,224,203). Sum of RGB (Red+Green+Blue) = 209+224+203=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0CB is #2E1F34. Grayscale: #D9D9D9. Windows color (decimal): -3022645 or 13361361. OLE color: 13361361.

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

Color convert

RGB209224203-
CMYK0.0700.090.12
HSL102.86º25.3%83.73%-
HSV(B)102.86º9.38%87.84%-
XYZ63.7371.1866.88-
YUV217.12120.03122.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=32.86%
G=35.22%
B=31.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092242030.0700.090.12102.8625.383.73
HexD1E0CB709C671954
Octal32134031370111414731124
Binary1101000111100000110010111110100111001100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0CB; }

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

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

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

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

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

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

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

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