#ECDACF

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

Shades of Dawn Pink #ECDACF

Tints of Dawn Pink #ECDACF

Color information

#ECDACF (or 0xECDACF) is unknown color: approx Dawn Pink. HEX triplet: EC, DA and CF. RGB value is (236,218,207). Sum of RGB (Red+Green+Blue) = 236+218+207=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDACF is #132530. Grayscale: #DEDEDE. Windows color (decimal): -1254705 or 13621996. OLE color: 13621996.

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

Color convert

RGB236218207-
CMYK00.080.120.07
HSL22.76º43.28%86.86%-
HSV(B)22.76º12.29%92.55%-
XYZ70.9372.4869.28-
YUV222.13119.46137.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621820700.080.120.0722.7643.2886.86
HexECDACF08C7172b57
Octal3543323170101472753127
Binary111011001101101011001111010001100111101111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDACF; }

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

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

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

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

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

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

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

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