#D1E1CA

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

Shades of Peppermint #D1E1CA

Tints of Peppermint #D1E1CA

Color information

#D1E1CA (or 0xD1E1CA) is unknown color: approx Peppermint. HEX triplet: D1, E1 and CA. RGB value is (209,225,202). Sum of RGB (Red+Green+Blue) = 209+225+202=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1CA is #2E1E35. Grayscale: #D9D9D9. Windows color (decimal): -3022390 or 13296081. OLE color: 13296081.

HSL color Cylindrical-coordinate representation of color #D1E1CA: hue angle of 101.74º degrees, saturation: 0.28, 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 #D1E1CA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB209225202-
CMYK0.0700.100.12
HSL101.74º27.71%83.73%-
HSV(B)101.74º10.22%88.24%-
XYZ63.8871.6766.34-
YUV217.59119.2121.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=32.86%
G=35.38%
B=31.76%

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
Decimal2092252020.0700.100.12101.7427.7183.73
HexD1E1CA70AC661c54
Octal32134131270121414634124
Binary1101000111100001110010101110101011001100110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E1CA; }

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

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

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

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

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

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

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

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