#DAEDCE

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

Shades of Peppermint #DAEDCE

Tints of Peppermint #DAEDCE

Color information

#DAEDCE (or 0xDAEDCE) is unknown color: approx Peppermint. HEX triplet: DA, ED and CE. RGB value is (218,237,206). Sum of RGB (Red+Green+Blue) = 218+237+206=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCE is #251231. Grayscale: #E3E3E3. Windows color (decimal): -2429490 or 13561306. OLE color: 13561306.

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

Color convert

RGB218237206-
CMYK0.0800.130.07
HSL96.77º46.27%86.86%-
HSV(B)96.77º13.08%92.94%-
XYZ70.3479.9370.11-
YUV227.78115.71121.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=32.98%
G=35.85%
B=31.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372060.0800.130.0796.7746.2786.86
HexDAEDCE80D7612e57
Octal33235531610015714156127
Binary11011010111011011100111010000110111111000011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDCE; }

 p { color: rgb(218,237,206); }

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

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

 a { background-color: rgb(218,237,206); }

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

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

 span { border-color: rgb(218,237,206); }

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