Html Css Color HEX #ECDCE1 Pale Rose

📋 copy color: '#ECDCE1'

red 236 ◦ green 220 ◦ blue 225

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

Shades of Pale Rose #ECDCE1

Tints of Pale Rose #ECDCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.31%

 BLUE value IS 225 (88.28% from 255) = 33.04%

R = 34.65%
G = 32.31%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECDCE1 (or 0xECDCE1) is known color: Pale Rose. HEX triplet: EC, DC and E1. RGB value is (236,220,225). Sum of RGB (Red+Green+Blue) = 236+220+225=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCE1 is #13231E. Grayscale: #E1E1E1. Windows color (decimal): -1254175 or 14802156. OLE color: 14802156.

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

Color convert

RGB 236 220 225 -
CMYK 0 0.07 0.05 0.07
HSL 341.25º 0.3% 0.89% -
HSV(B) 341.25º 0.07% 0.93% -
XYZ 73.78 74.46 81.72 -
YUV 225.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 236 220 225 0 0.07 0.05 0.07 341.25 0.3 0.89
Hex EC DC E1 0 7 5 7 155 1E 59
Octal 354 334 341 0 7 5 7 525 36 131
Binary 11101100 11011100 11100001 0 111 101 111 101010101 11110 1011001

Color Harmonies of #ECDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCE1

Black with #ECDCE1

Text Example


Text Example

White with #ECDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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