Html Css Color HEX #E9CACD Pale Rose

📋 copy color: '#E9CACD'

red 233 ◦ green 202 ◦ blue 205

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

Shades of Pale Rose #E9CACD

Tints of Pale Rose #E9CACD

RGB

 RED value IS 233 (91.41% from 255) = 36.41%

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

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

R = 36.41%
G = 31.56%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E9CACD (or 0xE9CACD) is known color: Pale Rose. HEX triplet: E9, CA and CD. RGB value is (233,202,205). Sum of RGB (Red+Green+Blue) = 233+202+205=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CACD is #163532. Grayscale: #D3D3D3. Windows color (decimal): -1455411 or 13486825. OLE color: 13486825.

HSL color Cylindrical-coordinate representation of color #E9CACD: hue angle of 354.19º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CACD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 202 205 -
CMYK 0 0.13 0.12 0.09
HSL 354.19º 0.41% 0.85% -
HSV(B) 354.19º 0.13% 0.91% -
XYZ 65.74 63.97 66.64 -
YUV 211.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 233 202 205 0 0.13 0.12 0.09 354.19 0.41 0.85
Hex E9 CA CD 0 D C 9 162 29 55
Octal 351 312 315 0 15 14 11 542 51 125
Binary 11101001 11001010 11001101 0 1101 1100 1001 101100010 101001 1010101

Color Harmonies of #E9CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CACD

Black with #E9CACD

Text Example


Text Example

White with #E9CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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