Html Css Color HEX #E5CACE Pale Rose

📋 copy color: '#E5CACE'

red 229 ◦ green 202 ◦ blue 206

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

Shades of Pale Rose #E5CACE

Tints of Pale Rose #E5CACE

RGB

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

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

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

R = 35.95%
G = 31.71%
B = 32.34%

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

#E5CACE (or 0xE5CACE) is known color: Pale Rose. HEX triplet: E5, CA and CE. RGB value is (229,202,206). Sum of RGB (Red+Green+Blue) = 229+202+206=637 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.95% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACE is #1A3531. Grayscale: #D2D2D2. Windows color (decimal): -1717554 or 13552357. OLE color: 13552357.

HSL color Cylindrical-coordinate representation of color #E5CACE: hue angle of 351.11º 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 #E5CACE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 206 -
CMYK 0 0.12 0.10 0.10
HSL 351.11º 0.34% 0.85% -
HSV(B) 351.11º 0.12% 0.9% -
XYZ 64.57 63.36 67.22 -
YUV 210.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 229 202 206 0 0.12 0.10 0.10 351.11 0.34 0.85
Hex E5 CA CE 0 C A A 15F 22 55
Octal 345 312 316 0 14 12 12 537 42 125
Binary 11100101 11001010 11001110 0 1100 1010 1010 101011111 100010 1010101

Color Harmonies of #E5CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CACE

Black with #E5CACE

Text Example


Text Example

White with #E5CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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