#D3E3CC

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

Shades of Peppermint #D3E3CC

Tints of Peppermint #D3E3CC

Color information

#D3E3CC (or 0xD3E3CC) is unknown color: approx Peppermint. HEX triplet: D3, E3 and CC. RGB value is (211,227,204). Sum of RGB (Red+Green+Blue) = 211+227+204=642 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.87% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3CC is #2C1C33. Grayscale: #DBDBDB. Windows color (decimal): -2890804 or 13427667. OLE color: 13427667.

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

Color convert

RGB211227204-
CMYK0.0700.100.11
HSL101.74º29.11%84.51%-
HSV(B)101.74º10.13%89.02%-
XYZ65.2373.1567.81-
YUV219.59119.2121.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.87%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=32.87%
G=35.36%
B=31.78%

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
Decimal2112272040.0700.100.11101.7429.1184.51
HexD3E3CC70AB661d55
Octal32334331470121314635125
Binary1101001111100011110011001110101010111100110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E3CC; }

 p { color: rgb(211,227,204); }

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

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

 a { background-color: rgb(211,227,204); }

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

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

 span { border-color: rgb(211,227,204); }

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