#ECDBCF

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

Shades of Dawn Pink #ECDBCF

Tints of Dawn Pink #ECDBCF

Color information

#ECDBCF (or 0xECDBCF) is unknown color: approx Dawn Pink. HEX triplet: EC, DB and CF. RGB value is (236,219,207). Sum of RGB (Red+Green+Blue) = 236+219+207=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBCF is #132430. Grayscale: #DEDEDE. Windows color (decimal): -1254449 or 13622252. OLE color: 13622252.

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

Color convert

RGB236219207-
CMYK00.070.120.07
HSL24.83º43.28%86.86%-
HSV(B)24.83º12.29%92.55%-
XYZ71.197369.37-
YUV222.72119.13137.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.65%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=35.65%
G=33.08%
B=31.27%

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
Decimal23621920700.070.120.0724.8343.2886.86
HexECDBCF07C7192b57
Octal354333317071473153127
Binary11101100110110111100111101111100111110011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBCF; }

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

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

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

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

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

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

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

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