#DAEBCF

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

Shades of Peppermint #DAEBCF

Tints of Peppermint #DAEBCF

Color information

#DAEBCF (or 0xDAEBCF) is unknown color: approx Peppermint. HEX triplet: DA, EB and CF. RGB value is (218,235,207). Sum of RGB (Red+Green+Blue) = 218+235+207=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBCF is #251430. Grayscale: #E2E2E2. Windows color (decimal): -2430001 or 13626330. OLE color: 13626330.

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

Color convert

RGB218235207-
CMYK0.0700.120.08
HSL96.43º41.18%86.67%-
HSV(B)96.43º11.91%92.16%-
XYZ69.8878.8370.56-
YUV226.73116.87121.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 235 (92.19% from 255) = 35.61%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=33.03%
G=35.61%
B=31.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352070.0700.120.0896.4341.1886.67
HexDAEBCF70C8602957
Octal33235331770141014051127
Binary11011010111010111100111111101100100011000001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBCF; }

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

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

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

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

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

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

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

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