#D0E0CC

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

Shades of Peppermint #D0E0CC

Tints of Peppermint #D0E0CC

Color information

#D0E0CC (or 0xD0E0CC) is unknown color: approx Peppermint. HEX triplet: D0, E0 and CC. RGB value is (208,224,204). Sum of RGB (Red+Green+Blue) = 208+224+204=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0CC is #2F1F33. Grayscale: #D9D9D9. Windows color (decimal): -3088180 or 13426896. OLE color: 13426896.

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

Color convert

RGB208224204-
CMYK0.0700.090.12
HSL108º24.39%83.92%-
HSV(B)108º8.93%87.84%-
XYZ63.5771.0867.5-
YUV216.94120.7121.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=32.70%
G=35.22%
B=32.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082242040.0700.090.1210824.3983.92
HexD0E0CC709C6c1854
Octal32034031470111415430124
Binary1101000011100000110011001110100111001101100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0CC; }

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

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

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

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

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

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

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

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