#D2E3CA

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

Shades of Peppermint #D2E3CA

Tints of Peppermint #D2E3CA

Color information

#D2E3CA (or 0xD2E3CA) is unknown color: approx Peppermint. HEX triplet: D2, E3 and CA. RGB value is (210,227,202). Sum of RGB (Red+Green+Blue) = 210+227+202=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E3CA is #2D1C35. Grayscale: #DBDBDB. Windows color (decimal): -2956342 or 13296594. OLE color: 13296594.

HSL color Cylindrical-coordinate representation of color #D2E3CA: hue angle of 100.8º degrees, saturation: 0.31, 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 #D2E3CA is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB210227202-
CMYK0.0700.110.11
HSL100.8º30.86%84.12%-
HSV(B)100.8º11.01%89.02%-
XYZ64.7172.966.54-
YUV219.07118.37121.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.86%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=32.86%
G=35.52%
B=31.61%

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
Decimal2102272020.0700.110.11100.830.8684.12
HexD2E3CA70BB651f54
Octal32234331270131314537124
Binary1101001011100011110010101110101110111100101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E3CA; }

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

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

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

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

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

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

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

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