#D5E0D0

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

Shades of Peppermint #D5E0D0

Tints of Peppermint #D5E0D0

Color information

#D5E0D0 (or 0xD5E0D0) is unknown color: approx Peppermint. HEX triplet: D5, E0 and D0. RGB value is (213,224,208). Sum of RGB (Red+Green+Blue) = 213+224+208=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0D0 is #2A1F2F. Grayscale: #DADADA. Windows color (decimal): -2760496 or 13689045. OLE color: 13689045.

HSL color Cylindrical-coordinate representation of color #D5E0D0: hue angle of 101.25º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5E0D0 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB213224208-
CMYK0.0500.070.12
HSL101.25º20.51%84.71%-
HSV(B)101.25º7.14%87.84%-
XYZ65.4872.0170.12-
YUV218.89121.86123.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.02%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=33.02%
G=34.73%
B=32.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132242080.0500.070.12101.2520.5184.71
HexD5E0D0507C651555
Octal3253403205071414525125
Binary110101011110000011010000101011111001100101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E0D0; }

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

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

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

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

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

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

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

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