Html Css Color HEX #E7DCDE Pale Rose

📋 copy color: '#E7DCDE'

red 231 ◦ green 220 ◦ blue 222

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

Shades of Pale Rose #E7DCDE

Tints of Pale Rose #E7DCDE

RGB

 RED value IS 231 (90.63% from 255) = 34.32%

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

 BLUE value IS 222 (87.11% from 255) = 32.99%

R = 34.32%
G = 32.69%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E7DCDE (or 0xE7DCDE) is known color: Pale Rose. HEX triplet: E7, DC and DE. RGB value is (231,220,222). Sum of RGB (Red+Green+Blue) = 231+220+222=673 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.32% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCDE is #182321. Grayscale: #DFDFDF. Windows color (decimal): -1581858 or 14605543. OLE color: 14605543.

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

Color convert

RGB 231 220 222 -
CMYK 0 0.05 0.04 0.09
HSL 349.09º 0.19% 0.88% -
HSV(B) 349.09º 0.05% 0.91% -
XYZ 71.73 73.45 79.5 -
YUV 223.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 231 220 222 0 0.05 0.04 0.09 349.09 0.19 0.88
Hex E7 DC DE 0 5 4 9 15D 13 58
Octal 347 334 336 0 5 4 11 535 23 130
Binary 11100111 11011100 11011110 0 101 100 1001 101011101 10011 1011000

Color Harmonies of #E7DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCDE

Black with #E7DCDE

Text Example


Text Example

White with #E7DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCDE; }

 p { color: rgb(231,220,222); }

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

background-color css

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

 a { background-color: rgb(231,220,222); }

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

border-color css

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

 span { border-color: rgb(231,220,222); }

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