Html Css Color HEX #ECD6CB Dawn Pink

📋 copy color: '#ECD6CB'

red 236 ◦ green 214 ◦ blue 203

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

Shades of Dawn Pink #ECD6CB

Tints of Dawn Pink #ECD6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.09%

R = 36.14%
G = 32.77%
B = 31.09%

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

#ECD6CB (or 0xECD6CB) is known color: Dawn Pink. HEX triplet: EC, D6 and CB. RGB value is (236,214,203). Sum of RGB (Red+Green+Blue) = 236+214+203=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6CB is #132934. Grayscale: #DBDBDB. Windows color (decimal): -1255733 or 13358828. OLE color: 13358828.

HSL color Cylindrical-coordinate representation of color #ECD6CB: hue angle of 20º degrees, saturation: 0.46, 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 #ECD6CB is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 203 -
CMYK 0 0.09 0.14 0.07
HSL 20º 0.46% 0.86% -
HSV(B) 20º 0.14% 0.93% -
XYZ 69.42 70.24 66.4 -
YUV 219.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 236 214 203 0 0.09 0.14 0.07 20 0.46 0.86
Hex EC D6 CB 0 9 E 7 14 2E 56
Octal 354 326 313 0 11 16 7 24 56 126
Binary 11101100 11010110 11001011 0 1001 1110 111 10100 101110 1010110

Color Harmonies of #ECD6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6CB

Black with #ECD6CB

Text Example


Text Example

White with #ECD6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6CB; }

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

 H1.HeaderClassName
 {
   color: #ECD6CB;
 }
 .AnyTagClassName
 {
   color: #ECD6CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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