Html Css Color HEX #ECD7DC Pale Rose

📋 copy color: '#ECD7DC'

red 236 ◦ green 215 ◦ blue 220

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

Shades of Pale Rose #ECD7DC

Tints of Pale Rose #ECD7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.04%

 BLUE value IS 220 (86.33% from 255) = 32.79%

R = 35.17%
G = 32.04%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECD7DC (or 0xECD7DC) is known color: Pale Rose. HEX triplet: EC, D7 and DC. RGB value is (236,215,220). Sum of RGB (Red+Green+Blue) = 236+215+220=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7DC is #132823. Grayscale: #DDDDDD. Windows color (decimal): -1255460 or 14473196. OLE color: 14473196.

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

Color convert

RGB 236 215 220 -
CMYK 0 0.09 0.07 0.07
HSL 345.71º 0.36% 0.88% -
HSV(B) 345.71º 0.09% 0.93% -
XYZ 71.81 71.6 77.75 -
YUV 221.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 236 215 220 0 0.09 0.07 0.07 345.71 0.36 0.88
Hex EC D7 DC 0 9 7 7 15A 24 58
Octal 354 327 334 0 11 7 7 532 44 130
Binary 11101100 11010111 11011100 0 1001 111 111 101011010 100100 1011000

Color Harmonies of #ECD7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD7DC

Black with #ECD7DC

Text Example


Text Example

White with #ECD7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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