#D3E8CB

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

Shades of Peppermint #D3E8CB

Tints of Peppermint #D3E8CB

Color information

#D3E8CB (or 0xD3E8CB) is unknown color: approx Peppermint. HEX triplet: D3, E8 and CB. RGB value is (211,232,203). Sum of RGB (Red+Green+Blue) = 211+232+203=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E8CB is #2C1734. Grayscale: #DEDEDE. Windows color (decimal): -2889525 or 13363411. OLE color: 13363411.

HSL color Cylindrical-coordinate representation of color #D3E8CB: hue angle of 103.45º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3E8CB is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB211232203-
CMYK0.0900.120.09
HSL103.45º38.67%85.29%-
HSV(B)103.45º12.5%90.98%-
XYZ66.575.8767.64-
YUV222.42117.04119.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.66%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 203 (79.69% from 255) = 31.42%
R=32.66%
G=35.91%
B=31.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112322030.0900.120.09103.4538.6785.29
HexD3E8CB90C9672755
Octal323350313110141114747125
Binary110100111110100011001011100101100100111001111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E8CB; }

 p { color: rgb(211,232,203); }

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

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

 a { background-color: rgb(211,232,203); }

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

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

 span { border-color: rgb(211,232,203); }

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