#DAECD2

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

Shades of Peppermint #DAECD2

Tints of Peppermint #DAECD2

Color information

#DAECD2 (or 0xDAECD2) is unknown color: approx Peppermint. HEX triplet: DA, EC and D2. RGB value is (218,236,210). Sum of RGB (Red+Green+Blue) = 218+236+210=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD2 is #25132D. Grayscale: #E3E3E3. Windows color (decimal): -2429742 or 13823194. OLE color: 13823194.

HSL color Cylindrical-coordinate representation of color #DAECD2: hue angle of 101.54º degrees, saturation: 0.41, 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 #DAECD2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB218236210-
CMYK0.0800.110.07
HSL101.54º40.63%87.45%-
HSV(B)101.54º11.02%92.55%-
XYZ70.5479.5572.61-
YUV227.65118.04121.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.83%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 210 (82.42% from 255) = 31.63%
R=32.83%
G=35.54%
B=31.63%

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
Decimal2182362100.0800.110.07101.5440.6387.45
HexDAECD280B7662957
Octal33235432210013714651127
Binary11011010111011001101001010000101111111001101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECD2; }

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

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

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

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

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

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

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

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