#DAEFCD

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

Shades of Peppermint #DAEFCD

Tints of Peppermint #DAEFCD

Color information

#DAEFCD (or 0xDAEFCD) is unknown color: approx Peppermint. HEX triplet: DA, EF and CD. RGB value is (218,239,205). Sum of RGB (Red+Green+Blue) = 218+239+205=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFCD is #251032. Grayscale: #E4E4E4. Windows color (decimal): -2428979 or 13496282. OLE color: 13496282.

HSL color Cylindrical-coordinate representation of color #DAEFCD: hue angle of 97.06º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEFCD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB218239205-
CMYK0.0900.140.06
HSL97.06º51.52%87.06%-
HSV(B)97.06º14.23%93.73%-
XYZ70.881.0569.67-
YUV228.84114.54120.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 205 (80.47% from 255) = 30.97%
R=32.93%
G=36.10%
B=30.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392050.0900.140.0697.0651.5287.06
HexDAEFCD90E6613457
Octal33235731511016614164127
Binary11011010111011111100110110010111011011000011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFCD; }

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

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

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

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

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

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

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

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