#D3E4CE

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

Shades of Peppermint #D3E4CE

Tints of Peppermint #D3E4CE

Color information

#D3E4CE (or 0xD3E4CE) is unknown color: approx Peppermint. HEX triplet: D3, E4 and CE. RGB value is (211,228,206). Sum of RGB (Red+Green+Blue) = 211+228+206=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4CE is #2C1B31. Grayscale: #DCDCDC. Windows color (decimal): -2890546 or 13558995. OLE color: 13558995.

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

Color convert

RGB211228206-
CMYK0.0700.100.11
HSL106.36º28.95%85.1%-
HSV(B)106.36º9.65%89.41%-
XYZ65.7573.7969.17-
YUV220.41119.87121.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.71%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 206 (80.86% from 255) = 31.94%
R=32.71%
G=35.35%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112282060.0700.100.11106.3628.9585.1
HexD3E4CE70AB6a1d55
Octal32334431670121315235125
Binary1101001111100100110011101110101010111101010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E4CE; }

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

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

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

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

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

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

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

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