Html Css Color HEX #E5CACD Pale Rose

📋 copy color: '#E5CACD'

red 229 ◦ green 202 ◦ blue 205

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

Shades of Pale Rose #E5CACD

Tints of Pale Rose #E5CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.76%

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

R = 36.01%
G = 31.76%
B = 32.23%

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

#E5CACD (or 0xE5CACD) is known color: Pale Rose. HEX triplet: E5, CA and CD. RGB value is (229,202,205). Sum of RGB (Red+Green+Blue) = 229+202+205=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACD is #1A3532. Grayscale: #D2D2D2. Windows color (decimal): -1717555 or 13486821. OLE color: 13486821.

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

Color convert

RGB 229 202 205 -
CMYK 0 0.12 0.10 0.10
HSL 353.33º 0.34% 0.85% -
HSV(B) 353.33º 0.12% 0.9% -
XYZ 64.45 63.31 66.58 -
YUV 210.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 229 202 205 0 0.12 0.10 0.10 353.33 0.34 0.85
Hex E5 CA CD 0 C A A 161 22 55
Octal 345 312 315 0 14 12 12 541 42 125
Binary 11100101 11001010 11001101 0 1100 1010 1010 101100001 100010 1010101

Color Harmonies of #E5CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CACD

Black with #E5CACD

Text Example


Text Example

White with #E5CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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