Html Css Color HEX #E8DCE0 Pale Rose

📋 copy color: '#E8DCE0'

red 232 ◦ green 220 ◦ blue 224

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

Shades of Pale Rose #E8DCE0

Tints of Pale Rose #E8DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.54%

 BLUE value IS 224 (87.89% from 255) = 33.14%

R = 34.32%
G = 32.54%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E8DCE0 (or 0xE8DCE0) is known color: Pale Rose. HEX triplet: E8, DC and E0. RGB value is (232,220,224). Sum of RGB (Red+Green+Blue) = 232+220+224=676 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.32% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCE0 is #17231F. Grayscale: #E0E0E0. Windows color (decimal): -1516320 or 14736616. OLE color: 14736616.

HSL color Cylindrical-coordinate representation of color #E8DCE0: hue angle of 340º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DCE0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 224 -
CMYK 0 0.05 0.03 0.09
HSL 340º 0.21% 0.89% -
HSV(B) 340º 0.05% 0.91% -
XYZ 72.33 73.72 80.94 -
YUV 224.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 232 220 224 0 0.05 0.03 0.09 340 0.21 0.89
Hex E8 DC E0 0 5 3 9 154 15 59
Octal 350 334 340 0 5 3 11 524 25 131
Binary 11101000 11011100 11100000 0 101 11 1001 101010100 10101 1011001

Color Harmonies of #E8DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCE0

Black with #E8DCE0

Text Example


Text Example

White with #E8DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCE0; }

 p { color: rgb(232,220,224); }

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

background-color css

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

 a { background-color: rgb(232,220,224); }

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

border-color css

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

 span { border-color: rgb(232,220,224); }

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