#D1DDCC

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

Shades of Peppermint #D1DDCC

Tints of Peppermint #D1DDCC

Color information

#D1DDCC (or 0xD1DDCC) is unknown color: approx Peppermint. HEX triplet: D1, DD and CC. RGB value is (209,221,204). Sum of RGB (Red+Green+Blue) = 209+221+204=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCC is #2E2233. Grayscale: #D7D7D7. Windows color (decimal): -3023412 or 13426129. OLE color: 13426129.

HSL color Cylindrical-coordinate representation of color #D1DDCC: hue angle of 102.35º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1DDCC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB209221204-
CMYK0.0500.080.13
HSL102.35º20%83.33%-
HSV(B)102.35º7.69%86.67%-
XYZ63.0569.6367.24-
YUV215.47121.52123.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=32.97%
G=34.86%
B=32.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092212040.0500.080.13102.352083.33
HexD1DDCC508D661453
Octal32133531450101514624123
Binary1101000111011101110011001010100011011100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDCC; }

 p { color: rgb(209,221,204); }

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

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

 a { background-color: rgb(209,221,204); }

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

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

 span { border-color: rgb(209,221,204); }

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