#DAEAD1

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

Shades of Peppermint #DAEAD1

Tints of Peppermint #DAEAD1

Color information

#DAEAD1 (or 0xDAEAD1) is unknown color: approx Peppermint. HEX triplet: DA, EA and D1. RGB value is (218,234,209). Sum of RGB (Red+Green+Blue) = 218+234+209=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAD1 is #25152E. Grayscale: #E2E2E2. Windows color (decimal): -2430255 or 13757146. OLE color: 13757146.

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

Color convert

RGB218234209-
CMYK0.0700.110.08
HSL98.4º37.31%86.86%-
HSV(B)98.4º10.68%91.76%-
XYZ69.8478.3571.76-
YUV226.37118.2122.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 209 (82.03% from 255) = 31.62%
R=32.98%
G=35.40%
B=31.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342090.0700.110.0898.437.3186.86
HexDAEAD170B8622557
Octal33235232170131014245127
Binary11011010111010101101000111101011100011000101001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAD1; }

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

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

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

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

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

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

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

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