#ECD6CA

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

Shades of Dawn Pink #ECD6CA

Tints of Dawn Pink #ECD6CA

Color information

#ECD6CA (or 0xECD6CA) is unknown color: approx Dawn Pink. HEX triplet: EC, D6 and CA. RGB value is (236,214,202). Sum of RGB (Red+Green+Blue) = 236+214+202=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6CA is #132935. Grayscale: #DBDBDB. Windows color (decimal): -1255734 or 13293292. OLE color: 13293292.

HSL color Cylindrical-coordinate representation of color #ECD6CA: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECD6CA is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236214202-
CMYK00.090.140.07
HSL21.18º47.22%85.88%-
HSV(B)21.18º14.41%92.55%-
XYZ69.370.1965.77-
YUV219.21118.29139.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 214 (83.98% from 255) = 32.82%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=36.20%
G=32.82%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621420200.090.140.0721.1847.2285.88
HexECD6CA09E7152f56
Octal3543263120111672557126
Binary111011001101011011001010010011110111101011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD6CA; }

 p { color: rgb(236,214,202); }

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

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

 a { background-color: rgb(236,214,202); }

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

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

 span { border-color: rgb(236,214,202); }

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