#D2E0CC

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

Shades of Peppermint #D2E0CC

Tints of Peppermint #D2E0CC

Color information

#D2E0CC (or 0xD2E0CC) is unknown color: approx Peppermint. HEX triplet: D2, E0 and CC. RGB value is (210,224,204). Sum of RGB (Red+Green+Blue) = 210+224+204=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E0CC is #2D1F33. Grayscale: #D9D9D9. Windows color (decimal): -2957108 or 13426898. OLE color: 13426898.

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

Color convert

RGB210224204-
CMYK0.0600.090.12
HSL102º24.39%83.92%-
HSV(B)102º8.93%87.84%-
XYZ64.1371.3767.52-
YUV217.53120.36122.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=32.92%
G=35.11%
B=31.97%

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
Decimal2102242040.0600.090.1210224.3983.92
HexD2E0CC609C661854
Octal32234031460111414630124
Binary1101001011100000110011001100100111001100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E0CC; }

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

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

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

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

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

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

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

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