Html Css Color HEX #E9DBDD Pale Rose

📋 copy color: '#E9DBDD'

red 233 ◦ green 219 ◦ blue 221

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

Shades of Pale Rose #E9DBDD

Tints of Pale Rose #E9DBDD

RGB

 RED value IS 233 (91.41% from 255) = 34.62%

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

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

R = 34.62%
G = 32.54%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E9DBDD (or 0xE9DBDD) is known color: Pale Rose. HEX triplet: E9, DB and DD. RGB value is (233,219,221). Sum of RGB (Red+Green+Blue) = 233+219+221=673 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.62% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDD is #162422. Grayscale: #DFDFDF. Windows color (decimal): -1451043 or 14539753. OLE color: 14539753.

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

Color convert

RGB 233 219 221 -
CMYK 0 0.06 0.05 0.09
HSL 351.43º 0.24% 0.89% -
HSV(B) 351.43º 0.06% 0.91% -
XYZ 71.99 73.21 78.74 -
YUV 223.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 233 219 221 0 0.06 0.05 0.09 351.43 0.24 0.89
Hex E9 DB DD 0 6 5 9 15F 18 59
Octal 351 333 335 0 6 5 11 537 30 131
Binary 11101001 11011011 11011101 0 110 101 1001 101011111 11000 1011001

Color Harmonies of #E9DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBDD

Black with #E9DBDD

Text Example


Text Example

White with #E9DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBDD; }

 p { color: rgb(233,219,221); }

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

background-color css

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

 a { background-color: rgb(233,219,221); }

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

border-color css

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

 span { border-color: rgb(233,219,221); }

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