#DAE1D6

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

Shades of Peppermint #DAE1D6

Tints of Peppermint #DAE1D6

Color information

#DAE1D6 (or 0xDAE1D6) is unknown color: approx Peppermint. HEX triplet: DA, E1 and D6. RGB value is (218,225,214). Sum of RGB (Red+Green+Blue) = 218+225+214=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1D6 is #251E29. Grayscale: #DDDDDD. Windows color (decimal): -2432554 or 14082522. OLE color: 14082522.

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

Color convert

RGB218225214-
CMYK0.0300.050.12
HSL98.18º15.49%86.08%-
HSV(B)98.18º4.89%88.24%-
XYZ67.9873.6174.24-
YUV221.65123.68125.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=33.18%
G=34.25%
B=32.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252140.0300.050.1298.1815.4986.08
HexDAE1D6305C62f56
Octal3323413263051414217126
Binary1101101011100001110101101101011100110001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1D6; }

 p { color: rgb(218,225,214); }

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

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

 a { background-color: rgb(218,225,214); }

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

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

 span { border-color: rgb(218,225,214); }

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