Html Css Color HEX #E5C9CD Pale Rose

📋 copy color: '#E5C9CD'

red 229 ◦ green 201 ◦ blue 205

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

Shades of Pale Rose #E5C9CD

Tints of Pale Rose #E5C9CD

RGB

 RED value IS 229 (89.84% from 255) = 36.06%

 GREEN value IS 201 (78.91% from 255) = 31.65%

 BLUE value IS 205 (80.47% from 255) = 32.28%

R = 36.06%
G = 31.65%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5C9CD (or 0xE5C9CD) is known color: Pale Rose. HEX triplet: E5, C9 and CD. RGB value is (229,201,205). Sum of RGB (Red+Green+Blue) = 229+201+205=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9CD is #1A3632. Grayscale: #D1D1D1. Windows color (decimal): -1717811 or 13486565. OLE color: 13486565.

HSL color Cylindrical-coordinate representation of color #E5C9CD: hue angle of 351.43º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9CD is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 201 205 -
CMYK 0 0.12 0.10 0.10
HSL 351.43º 0.35% 0.84% -
HSV(B) 351.43º 0.12% 0.9% -
XYZ 64.22 62.84 66.5 -
YUV 209.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 229 201 205 0 0.12 0.10 0.10 351.43 0.35 0.84
Hex E5 C9 CD 0 C A A 15F 23 54
Octal 345 311 315 0 14 12 12 537 43 124
Binary 11100101 11001001 11001101 0 1100 1010 1010 101011111 100011 1010100

Color Harmonies of #E5C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C9CD

Black with #E5C9CD

Text Example


Text Example

White with #E5C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C9CD; }

 p { color: rgb(229,201,205); }

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

background-color css

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

 a { background-color: rgb(229,201,205); }

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

border-color css

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

 span { border-color: rgb(229,201,205); }

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