#D2E2CA

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

Shades of Peppermint #D2E2CA

Tints of Peppermint #D2E2CA

Color information

#D2E2CA (or 0xD2E2CA) is unknown color: approx Peppermint. HEX triplet: D2, E2 and CA. RGB value is (210,226,202). Sum of RGB (Red+Green+Blue) = 210+226+202=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E2CA is #2D1D35. Grayscale: #DADADA. Windows color (decimal): -2956598 or 13296338. OLE color: 13296338.

HSL color Cylindrical-coordinate representation of color #D2E2CA: hue angle of 100º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E2CA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB210226202-
CMYK0.0700.110.11
HSL100º29.27%83.92%-
HSV(B)100º10.62%88.63%-
XYZ64.4472.3666.45-
YUV218.48118.7121.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=32.92%
G=35.42%
B=31.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102262020.0700.110.1110029.2783.92
HexD2E2CA70BB641d54
Octal32234231270131314435124
Binary1101001011100010110010101110101110111100100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E2CA; }

 p { color: rgb(210,226,202); }

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

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

 a { background-color: rgb(210,226,202); }

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

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

 span { border-color: rgb(210,226,202); }

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