Html Css Color HEX #E1CACB Pale Rose

📋 copy color: '#E1CACB'

red 225 ◦ green 202 ◦ blue 203

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

Shades of Pale Rose #E1CACB

Tints of Pale Rose #E1CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 35.71%
G = 32.06%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1CACB (or 0xE1CACB) is known color: Pale Rose. HEX triplet: E1, CA and CB. RGB value is (225,202,203). Sum of RGB (Red+Green+Blue) = 225+202+203=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CACB is #1E3534. Grayscale: #D1D1D1. Windows color (decimal): -1979701 or 13355745. OLE color: 13355745.

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

Color convert

RGB 225 202 203 -
CMYK 0 0.10 0.10 0.12
HSL 357.39º 0.28% 0.84% -
HSV(B) 357.39º 0.1% 0.88% -
XYZ 62.95 62.56 65.26 -
YUV 208.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 225 202 203 0 0.10 0.10 0.12 357.39 0.28 0.84
Hex E1 CA CB 0 A A C 165 1C 54
Octal 341 312 313 0 12 12 14 545 34 124
Binary 11100001 11001010 11001011 0 1010 1010 1100 101100101 11100 1010100

Color Harmonies of #E1CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CACB

Black with #E1CACB

Text Example


Text Example

White with #E1CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CACB; }

 p { color: rgb(225,202,203); }

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

background-color css

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

 a { background-color: rgb(225,202,203); }

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

border-color css

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

 span { border-color: rgb(225,202,203); }

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