#D3E4CA

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

Shades of Peppermint #D3E4CA

Tints of Peppermint #D3E4CA

Color information

#D3E4CA (or 0xD3E4CA) is unknown color: approx Peppermint. HEX triplet: D3, E4 and CA. RGB value is (211,228,202). Sum of RGB (Red+Green+Blue) = 211+228+202=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4CA is #2C1B35. Grayscale: #DCDCDC. Windows color (decimal): -2890550 or 13296851. OLE color: 13296851.

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

Color convert

RGB211228202-
CMYK0.0700.110.11
HSL99.23º32.5%84.31%-
HSV(B)99.23º11.4%89.41%-
XYZ65.2773.666.64-
YUV219.95117.87121.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.92%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 202 (79.30% from 255) = 31.51%
R=32.92%
G=35.57%
B=31.51%

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
Decimal2112282020.0700.110.1199.2332.584.31
HexD3E4CA70BB632054
Octal32334431270131314340124
Binary11010011111001001100101011101011101111000111000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E4CA; }

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

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

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

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

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

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

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

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