Html Css Color HEX #E1CDCE Pale Rose

📋 copy color: '#E1CDCE'

red 225 ◦ green 205 ◦ blue 206

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

Shades of Pale Rose #E1CDCE

Tints of Pale Rose #E1CDCE

RGB

 RED value IS 225 (88.28% from 255) = 35.38%

 GREEN value IS 205 (80.47% from 255) = 32.23%

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 35.38%
G = 32.23%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1CDCE (or 0xE1CDCE) is known color: Pale Rose. HEX triplet: E1, CD and CE. RGB value is (225,205,206). Sum of RGB (Red+Green+Blue) = 225+205+206=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDCE is #1E3231. Grayscale: #D3D3D3. Windows color (decimal): -1978930 or 13553121. OLE color: 13553121.

HSL color Cylindrical-coordinate representation of color #E1CDCE: hue angle of 357º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CDCE is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 206 -
CMYK 0 0.09 0.08 0.12
HSL 357º 0.25% 0.84% -
HSV(B) 357º 0.09% 0.88% -
XYZ 64.02 64.13 67.4 -
YUV 211.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 225 205 206 0 0.09 0.08 0.12 357 0.25 0.84
Hex E1 CD CE 0 9 8 C 165 19 54
Octal 341 315 316 0 11 10 14 545 31 124
Binary 11100001 11001101 11001110 0 1001 1000 1100 101100101 11001 1010100

Color Harmonies of #E1CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDCE

Black with #E1CDCE

Text Example


Text Example

White with #E1CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDCE; }

 p { color: rgb(225,205,206); }

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

background-color css

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

 a { background-color: rgb(225,205,206); }

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

border-color css

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

 span { border-color: rgb(225,205,206); }

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