Html Css Color HEX #E8D1D6 Pale Rose

📋 copy color: '#E8D1D6'

red 232 ◦ green 209 ◦ blue 214

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

Shades of Pale Rose #E8D1D6

Tints of Pale Rose #E8D1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.91%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 35.42%
G = 31.91%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E8D1D6 (or 0xE8D1D6) is known color: Pale Rose. HEX triplet: E8, D1 and D6. RGB value is (232,209,214). Sum of RGB (Red+Green+Blue) = 232+209+214=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D1D6 is #172E29. Grayscale: #D8D8D8. Windows color (decimal): -1519146 or 14078440. OLE color: 14078440.

HSL color Cylindrical-coordinate representation of color #E8D1D6: hue angle of 346.96º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D1D6 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 209 214 -
CMYK 0 0.10 0.08 0.09
HSL 346.96º 0.33% 0.86% -
HSV(B) 346.96º 0.1% 0.91% -
XYZ 68.22 67.61 73.07 -
YUV 216.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 232 209 214 0 0.10 0.08 0.09 346.96 0.33 0.86
Hex E8 D1 D6 0 A 8 9 15B 21 56
Octal 350 321 326 0 12 10 11 533 41 126
Binary 11101000 11010001 11010110 0 1010 1000 1001 101011011 100001 1010110

Color Harmonies of #E8D1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D1D6

Black with #E8D1D6

Text Example


Text Example

White with #E8D1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D1D6; }

 p { color: rgb(232,209,214); }

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

background-color css

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

 a { background-color: rgb(232,209,214); }

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

border-color css

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

 span { border-color: rgb(232,209,214); }

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