Html Css Color HEX #E8DEE0 Pale Rose

📋 copy color: '#E8DEE0'

red 232 ◦ green 222 ◦ blue 224

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

Shades of Pale Rose #E8DEE0

Tints of Pale Rose #E8DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.74%

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

R = 34.22%
G = 32.74%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E8DEE0 (or 0xE8DEE0) is known color: Pale Rose. HEX triplet: E8, DE and E0. RGB value is (232,222,224). Sum of RGB (Red+Green+Blue) = 232+222+224=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEE0 is #17211F. Grayscale: #E1E1E1. Windows color (decimal): -1515808 or 14737128. OLE color: 14737128.

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

Color convert

RGB 232 222 224 -
CMYK 0 0.04 0.03 0.09
HSL 348º 0.18% 0.89% -
HSV(B) 348º 0.04% 0.91% -
XYZ 72.85 74.78 81.12 -
YUV 225.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 232 222 224 0 0.04 0.03 0.09 348 0.18 0.89
Hex E8 DE E0 0 4 3 9 15C 12 59
Octal 350 336 340 0 4 3 11 534 22 131
Binary 11101000 11011110 11100000 0 100 11 1001 101011100 10010 1011001

Color Harmonies of #E8DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DEE0

Black with #E8DEE0

Text Example


Text Example

White with #E8DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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