#D0E1CC

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

Shades of Peppermint #D0E1CC

Tints of Peppermint #D0E1CC

Color information

#D0E1CC (or 0xD0E1CC) is unknown color: approx Peppermint. HEX triplet: D0, E1 and CC. RGB value is (208,225,204). Sum of RGB (Red+Green+Blue) = 208+225+204=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E1CC is #2F1E33. Grayscale: #D9D9D9. Windows color (decimal): -3087924 or 13427152. OLE color: 13427152.

HSL color Cylindrical-coordinate representation of color #D0E1CC: hue angle of 108.57º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0E1CC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB208225204-
CMYK0.0800.090.12
HSL108.57º25.93%84.12%-
HSV(B)108.57º9.33%88.24%-
XYZ63.8471.6267.59-
YUV217.52120.37121.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=32.65%
G=35.32%
B=32.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082252040.0800.090.12108.5725.9384.12
HexD0E1CC809C6d1a54
Octal320341314100111415532124
Binary11010000111000011100110010000100111001101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E1CC; }

 p { color: rgb(208,225,204); }

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

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

 a { background-color: rgb(208,225,204); }

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

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

 span { border-color: rgb(208,225,204); }

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