Html Css Color HEX #E8CACE Pale Rose

📋 copy color: '#E8CACE'

red 232 ◦ green 202 ◦ blue 206

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

Shades of Pale Rose #E8CACE

Tints of Pale Rose #E8CACE

RGB

 RED value IS 232 (91.02% from 255) = 36.25%

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

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 36.25%
G = 31.56%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E8CACE (or 0xE8CACE) is known color: Pale Rose. HEX triplet: E8, CA and CE. RGB value is (232,202,206). Sum of RGB (Red+Green+Blue) = 232+202+206=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CACE is #173531. Grayscale: #D3D3D3. Windows color (decimal): -1520946 or 13552360. OLE color: 13552360.

HSL color Cylindrical-coordinate representation of color #E8CACE: hue angle of 352º degrees, saturation: 0.39, 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 #E8CACE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 202 206 -
CMYK 0 0.13 0.11 0.09
HSL 352º 0.39% 0.85% -
HSV(B) 352º 0.13% 0.91% -
XYZ 65.54 63.85 67.26 -
YUV 211.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 232 202 206 0 0.13 0.11 0.09 352 0.39 0.85
Hex E8 CA CE 0 D B 9 160 27 55
Octal 350 312 316 0 15 13 11 540 47 125
Binary 11101000 11001010 11001110 0 1101 1011 1001 101100000 100111 1010101

Color Harmonies of #E8CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CACE

Black with #E8CACE

Text Example


Text Example

White with #E8CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CACE; }

 p { color: rgb(232,202,206); }

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

background-color css

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

 a { background-color: rgb(232,202,206); }

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

border-color css

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

 span { border-color: rgb(232,202,206); }

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