Html Css Color HEX #ECD6CA Dawn Pink

📋 copy color: '#ECD6CA'

red 236 ◦ green 214 ◦ blue 202

#ECD6CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #ECD6CA

Tints of Dawn Pink #ECD6CA

RGB

 RED value IS 236 (92.58% from 255) = 36.2%

 GREEN value IS 214 (83.98% from 255) = 32.82%

 BLUE value IS 202 (79.3% from 255) = 30.98%

R = 36.2%
G = 32.82%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECD6CA (or 0xECD6CA) is known color: 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

RGB 236 214 202 -
CMYK 0 0.09 0.14 0.07
HSL 21.18º 0.47% 0.86% -
HSV(B) 21.18º 0.14% 0.93% -
XYZ 69.3 70.19 65.77 -
YUV 219.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 236 214 202 0 0.09 0.14 0.07 21.18 0.47 0.86
Hex EC D6 CA 0 9 E 7 15 2F 56
Octal 354 326 312 0 11 16 7 25 57 126
Binary 11101100 11010110 11001010 0 1001 1110 111 10101 101111 1010110

Color Harmonies of #ECD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6CA

Black with #ECD6CA

Text Example


Text Example

White with #ECD6CA

Text Example


Text Example

HTML Codes & Css Web 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>