#ECDCCF

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

Shades of Dawn Pink #ECDCCF

Tints of Dawn Pink #ECDCCF

Color information

#ECDCCF (or 0xECDCCF) is unknown color: approx Dawn Pink. HEX triplet: EC, DC and CF. RGB value is (236,220,207). Sum of RGB (Red+Green+Blue) = 236+220+207=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCCF is #132330. Grayscale: #DFDFDF. Windows color (decimal): -1254193 or 13622508. OLE color: 13622508.

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

Color convert

RGB236220207-
CMYK00.070.120.07
HSL26.9º43.28%86.86%-
HSV(B)26.9º12.29%92.55%-
XYZ71.4573.5269.46-
YUV223.3118.8137.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.60%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 207 (81.25% from 255) = 31.22%
R=35.60%
G=33.18%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622020700.070.120.0726.943.2886.86
HexECDCCF07C71b2b57
Octal354334317071473353127
Binary11101100110111001100111101111100111110111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCCF; }

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

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

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

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

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

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

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

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