#D3E2CA

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

Shades of Peppermint #D3E2CA

Tints of Peppermint #D3E2CA

Color information

#D3E2CA (or 0xD3E2CA) is unknown color: approx Peppermint. HEX triplet: D3, E2 and CA. RGB value is (211,226,202). Sum of RGB (Red+Green+Blue) = 211+226+202=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2CA is #2C1D35. Grayscale: #DADADA. Windows color (decimal): -2891062 or 13296339. OLE color: 13296339.

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

Color convert

RGB211226202-
CMYK0.0700.110.11
HSL97.5º29.27%83.92%-
HSV(B)97.5º10.62%88.63%-
XYZ64.7272.5166.46-
YUV218.78118.53122.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.02%
GREEN value IS 226 (88.67% from 255) = 35.37%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=33.02%
G=35.37%
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
Decimal2112262020.0700.110.1197.529.2783.92
HexD3E2CA70BB611d54
Octal32334231270131314135124
Binary1101001111100010110010101110101110111100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E2CA; }

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

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

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

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

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

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

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

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