Html Css Color HEX #E7DBDE Pale Rose

📋 copy color: '#E7DBDE'

red 231 ◦ green 219 ◦ blue 222

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

Shades of Pale Rose #E7DBDE

Tints of Pale Rose #E7DBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.59%

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

R = 34.38%
G = 32.59%
B = 33.04%

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

#E7DBDE (or 0xE7DBDE) is known color: Pale Rose. HEX triplet: E7, DB and DE. RGB value is (231,219,222). Sum of RGB (Red+Green+Blue) = 231+219+222=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDE is #182421. Grayscale: #DEDEDE. Windows color (decimal): -1582114 or 14605287. OLE color: 14605287.

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

Color convert

RGB 231 219 222 -
CMYK 0 0.05 0.04 0.09
HSL 345º 0.2% 0.88% -
HSV(B) 345º 0.05% 0.91% -
XYZ 71.47 72.93 79.42 -
YUV 222.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 231 219 222 0 0.05 0.04 0.09 345 0.2 0.88
Hex E7 DB DE 0 5 4 9 159 14 58
Octal 347 333 336 0 5 4 11 531 24 130
Binary 11100111 11011011 11011110 0 101 100 1001 101011001 10100 1011000

Color Harmonies of #E7DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DBDE

Black with #E7DBDE

Text Example


Text Example

White with #E7DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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