Html Css Color HEX #ECD1D6 Pale Rose

📋 copy color: '#ECD1D6'

red 236 ◦ green 209 ◦ blue 214

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

Shades of Pale Rose #ECD1D6

Tints of Pale Rose #ECD1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.71%

 BLUE value IS 214 (83.98% from 255) = 32.47%

R = 35.81%
G = 31.71%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECD1D6 (or 0xECD1D6) is known color: Pale Rose. HEX triplet: EC, D1 and D6. RGB value is (236,209,214). Sum of RGB (Red+Green+Blue) = 236+209+214=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD1D6 is #132E29. Grayscale: #D9D9D9. Windows color (decimal): -1257002 or 14078444. OLE color: 14078444.

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

Color convert

RGB 236 209 214 -
CMYK 0 0.11 0.09 0.07
HSL 348.89º 0.42% 0.87% -
HSV(B) 348.89º 0.11% 0.93% -
XYZ 69.53 68.29 73.13 -
YUV 217.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 236 209 214 0 0.11 0.09 0.07 348.89 0.42 0.87
Hex EC D1 D6 0 B 9 7 15D 2A 57
Octal 354 321 326 0 13 11 7 535 52 127
Binary 11101100 11010001 11010110 0 1011 1001 111 101011101 101010 1010111

Color Harmonies of #ECD1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1D6

Black with #ECD1D6

Text Example


Text Example

White with #ECD1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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