#DAEECD

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

Shades of Peppermint #DAEECD

Tints of Peppermint #DAEECD

Color information

#DAEECD (or 0xDAEECD) is unknown color: approx Peppermint. HEX triplet: DA, EE and CD. RGB value is (218,238,205). Sum of RGB (Red+Green+Blue) = 218+238+205=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEECD is #251132. Grayscale: #E4E4E4. Windows color (decimal): -2429235 or 13496026. OLE color: 13496026.

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

Color convert

RGB218238205-
CMYK0.0800.140.07
HSL96.36º49.25%86.86%-
HSV(B)96.36º13.87%93.33%-
XYZ70.5180.4669.57-
YUV228.26114.87120.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=32.98%
G=36.01%
B=31.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382050.0800.140.0796.3649.2586.86
HexDAEECD80E7603157
Octal33235631510016714061127
Binary11011010111011101100110110000111011111000001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEECD; }

 p { color: rgb(218,238,205); }

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

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

 a { background-color: rgb(218,238,205); }

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

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

 span { border-color: rgb(218,238,205); }

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