#DAEAD0

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

Shades of Peppermint #DAEAD0

Tints of Peppermint #DAEAD0

Color information

#DAEAD0 (or 0xDAEAD0) is unknown color: approx Peppermint. HEX triplet: DA, EA and D0. RGB value is (218,234,208). Sum of RGB (Red+Green+Blue) = 218+234+208=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAD0 is #25152F. Grayscale: #E2E2E2. Windows color (decimal): -2430256 or 13691610. OLE color: 13691610.

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

Color convert

RGB218234208-
CMYK0.0700.110.08
HSL96.92º38.24%86.67%-
HSV(B)96.92º11.11%91.76%-
XYZ69.7278.3171.11-
YUV226.25117.7122.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 208 (81.64% from 255) = 31.52%
R=33.03%
G=35.45%
B=31.52%

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
Decimal2182342080.0700.110.0896.9238.2486.67
HexDAEAD070B8612657
Octal33235232070131014146127
Binary11011010111010101101000011101011100011000011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAD0; }

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

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

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

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

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

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

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

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