#D4E1CC

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

Shades of Peppermint #D4E1CC

Tints of Peppermint #D4E1CC

Color information

#D4E1CC (or 0xD4E1CC) is unknown color: approx Peppermint. HEX triplet: D4, E1 and CC. RGB value is (212,225,204). Sum of RGB (Red+Green+Blue) = 212+225+204=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1CC is #2B1E33. Grayscale: #DADADA. Windows color (decimal): -2825780 or 13427156. OLE color: 13427156.

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

Color convert

RGB212225204-
CMYK0.0600.090.12
HSL97.14º25.93%84.12%-
HSV(B)97.14º9.33%88.24%-
XYZ64.9872.2167.64-
YUV218.72119.69123.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=33.07%
G=35.10%
B=31.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122252040.0600.090.1297.1425.9384.12
HexD4E1CC609C611a54
Octal32434131460111414132124
Binary1101010011100001110011001100100111001100001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1CC; }

 p { color: rgb(212,225,204); }

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

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

 a { background-color: rgb(212,225,204); }

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

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

 span { border-color: rgb(212,225,204); }

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