#D2E7CC

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

Shades of Peppermint #D2E7CC

Tints of Peppermint #D2E7CC

Color information

#D2E7CC (or 0xD2E7CC) is unknown color: approx Peppermint. HEX triplet: D2, E7 and CC. RGB value is (210,231,204). Sum of RGB (Red+Green+Blue) = 210+231+204=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7CC is #2D1833. Grayscale: #DDDDDD. Windows color (decimal): -2955316 or 13428690. OLE color: 13428690.

HSL color Cylindrical-coordinate representation of color #D2E7CC: hue angle of 106.67º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2E7CC is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB210231204-
CMYK0.0900.120.09
HSL106.67º36%85.29%-
HSV(B)106.67º11.69%90.59%-
XYZ66.0575.2168.16-
YUV221.64118.04119.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.56%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=32.56%
G=35.81%
B=31.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102312040.0900.120.09106.673685.29
HexD2E7CC90C96b2455
Octal322347314110141115344125
Binary110100101110011111001100100101100100111010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7CC; }

 p { color: rgb(210,231,204); }

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

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

 a { background-color: rgb(210,231,204); }

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

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

 span { border-color: rgb(210,231,204); }

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