Html Css Color HEX #E8DCDD Pale Rose

📋 copy color: '#E8DCDD'

red 232 ◦ green 220 ◦ blue 221

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

Shades of Pale Rose #E8DCDD

Tints of Pale Rose #E8DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.84%

R = 34.47%
G = 32.69%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E8DCDD (or 0xE8DCDD) is known color: Pale Rose. HEX triplet: E8, DC and DD. RGB value is (232,220,221). Sum of RGB (Red+Green+Blue) = 232+220+221=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DCDD is #172322. Grayscale: #DFDFDF. Windows color (decimal): -1516323 or 14540008. OLE color: 14540008.

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

Color convert

RGB 232 220 221 -
CMYK 0 0.05 0.05 0.09
HSL 355º 0.21% 0.89% -
HSV(B) 355º 0.05% 0.91% -
XYZ 71.92 73.56 78.81 -
YUV 223.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 232 220 221 0 0.05 0.05 0.09 355 0.21 0.89
Hex E8 DC DD 0 5 5 9 163 15 59
Octal 350 334 335 0 5 5 11 543 25 131
Binary 11101000 11011100 11011101 0 101 101 1001 101100011 10101 1011001

Color Harmonies of #E8DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DCDD

Black with #E8DCDD

Text Example


Text Example

White with #E8DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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