Html Css Color HEX #E9DBDE Pale Rose

📋 copy color: '#E9DBDE'

red 233 ◦ green 219 ◦ blue 222

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

Shades of Pale Rose #E9DBDE

Tints of Pale Rose #E9DBDE

RGB

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

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

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

R = 34.57%
G = 32.49%
B = 32.94%

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

#E9DBDE (or 0xE9DBDE) is known color: Pale Rose. HEX triplet: E9, DB and DE. RGB value is (233,219,222). Sum of RGB (Red+Green+Blue) = 233+219+222=674 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.57% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDE is #162421. Grayscale: #DFDFDF. Windows color (decimal): -1451042 or 14605289. OLE color: 14605289.

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

Color convert

RGB 233 219 222 -
CMYK 0 0.06 0.05 0.09
HSL 347.14º 0.24% 0.89% -
HSV(B) 347.14º 0.06% 0.91% -
XYZ 72.12 73.26 79.45 -
YUV 223.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 233 219 222 0 0.06 0.05 0.09 347.14 0.24 0.89
Hex E9 DB DE 0 6 5 9 15B 18 59
Octal 351 333 336 0 6 5 11 533 30 131
Binary 11101001 11011011 11011110 0 110 101 1001 101011011 11000 1011001

Color Harmonies of #E9DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBDE

Black with #E9DBDE

Text Example


Text Example

White with #E9DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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