#DAECD1

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

Shades of Peppermint #DAECD1

Tints of Peppermint #DAECD1

Color information

#DAECD1 (or 0xDAECD1) is unknown color: approx Peppermint. HEX triplet: DA, EC and D1. RGB value is (218,236,209). Sum of RGB (Red+Green+Blue) = 218+236+209=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD1 is #25132E. Grayscale: #E3E3E3. Windows color (decimal): -2429743 or 13757658. OLE color: 13757658.

HSL color Cylindrical-coordinate representation of color #DAECD1: hue angle of 100º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAECD1 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB218236209-
CMYK0.0800.110.07
HSL100º41.54%87.25%-
HSV(B)100º11.44%92.55%-
XYZ70.4279.571.96-
YUV227.54117.54121.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=32.88%
G=35.60%
B=31.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362090.0800.110.0710041.5487.25
HexDAECD180B7642a57
Octal33235432110013714452127
Binary11011010111011001101000110000101111111001001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECD1; }

 p { color: rgb(218,236,209); }

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

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

 a { background-color: rgb(218,236,209); }

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

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

 span { border-color: rgb(218,236,209); }

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