Html Css Color HEX #E2CACB Pale Rose

📋 copy color: '#E2CACB'

red 226 ◦ green 202 ◦ blue 203

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

Shades of Pale Rose #E2CACB

Tints of Pale Rose #E2CACB

RGB

 RED value IS 226 (88.67% from 255) = 35.82%

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

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

R = 35.82%
G = 32.01%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2CACB (or 0xE2CACB) is known color: Pale Rose. HEX triplet: E2, CA and CB. RGB value is (226,202,203). Sum of RGB (Red+Green+Blue) = 226+202+203=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CACB is #1D3534. Grayscale: #D1D1D1. Windows color (decimal): -1914165 or 13355746. OLE color: 13355746.

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

Color convert

RGB 226 202 203 -
CMYK 0 0.11 0.10 0.11
HSL 357.5º 0.29% 0.84% -
HSV(B) 357.5º 0.11% 0.89% -
XYZ 63.26 62.72 65.27 -
YUV 209.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 226 202 203 0 0.11 0.10 0.11 357.5 0.29 0.84
Hex E2 CA CB 0 B A B 166 1D 54
Octal 342 312 313 0 13 12 13 546 35 124
Binary 11100010 11001010 11001011 0 1011 1010 1011 101100110 11101 1010100

Color Harmonies of #E2CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CACB

Black with #E2CACB

Text Example


Text Example

White with #E2CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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