#DAECCF

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

Shades of Peppermint #DAECCF

Tints of Peppermint #DAECCF

Color information

#DAECCF (or 0xDAECCF) is unknown color: approx Peppermint. HEX triplet: DA, EC and CF. RGB value is (218,236,207). Sum of RGB (Red+Green+Blue) = 218+236+207=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECCF is #251330. Grayscale: #E3E3E3. Windows color (decimal): -2429745 or 13626586. OLE color: 13626586.

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

Color convert

RGB218236207-
CMYK0.0800.120.07
HSL97.24º43.28%86.86%-
HSV(B)97.24º12.29%92.55%-
XYZ70.1779.470.66-
YUV227.31116.54121.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=32.98%
G=35.70%
B=31.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362070.0800.120.0797.2443.2886.86
HexDAECCF80C7612b57
Octal33235431710014714153127
Binary11011010111011001100111110000110011111000011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECCF; }

 p { color: rgb(218,236,207); }

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

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

 a { background-color: rgb(218,236,207); }

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

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

 span { border-color: rgb(218,236,207); }

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