#D1E3CD

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

Shades of Peppermint #D1E3CD

Tints of Peppermint #D1E3CD

Color information

#D1E3CD (or 0xD1E3CD) is unknown color: approx Peppermint. HEX triplet: D1, E3 and CD. RGB value is (209,227,205). Sum of RGB (Red+Green+Blue) = 209+227+205=641 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.61% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E3CD is #2E1C32. Grayscale: #DBDBDB. Windows color (decimal): -3021875 or 13493201. OLE color: 13493201.

HSL color Cylindrical-coordinate representation of color #D1E3CD: hue angle of 109.09º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E3CD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB209227205-
CMYK0.0800.100.11
HSL109.09º28.21%84.71%-
HSV(B)109.09º9.69%89.02%-
XYZ64.7872.968.41-
YUV219.11120.04120.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.61%
GREEN value IS 227 (89.06% from 255) = 35.41%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=32.61%
G=35.41%
B=31.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092272050.0800.100.11109.0928.2184.71
HexD1E3CD80AB6d1c55
Octal321343315100121315534125
Binary11010001111000111100110110000101010111101101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E3CD; }

 p { color: rgb(209,227,205); }

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

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

 a { background-color: rgb(209,227,205); }

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

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

 span { border-color: rgb(209,227,205); }

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