#DAEBD1

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

Shades of Peppermint #DAEBD1

Tints of Peppermint #DAEBD1

Color information

#DAEBD1 (or 0xDAEBD1) is unknown color: approx Peppermint. HEX triplet: DA, EB and D1. RGB value is (218,235,209). Sum of RGB (Red+Green+Blue) = 218+235+209=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD1 is #25142E. Grayscale: #E3E3E3. Windows color (decimal): -2429999 or 13757402. OLE color: 13757402.

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

Color convert

RGB218235209-
CMYK0.0700.110.08
HSL99.23º39.39%87.06%-
HSV(B)99.23º11.06%92.16%-
XYZ70.1378.9371.86-
YUV226.95117.87121.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=32.93%
G=35.50%
B=31.57%

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
Decimal2182352090.0700.110.0899.2339.3987.06
HexDAEBD170B8632757
Octal33235332170131014347127
Binary11011010111010111101000111101011100011000111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBD1; }

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

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

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

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

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

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

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

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