Html Css Color HEX #E9DBDC Pale Rose

📋 copy color: '#E9DBDC'

red 233 ◦ green 219 ◦ blue 220

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

Shades of Pale Rose #E9DBDC

Tints of Pale Rose #E9DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.74%

R = 34.67%
G = 32.59%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9DBDC (or 0xE9DBDC) is known color: Pale Rose. HEX triplet: E9, DB and DC. RGB value is (233,219,220). Sum of RGB (Red+Green+Blue) = 233+219+220=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DBDC is #162423. Grayscale: #DFDFDF. Windows color (decimal): -1451044 or 14474217. OLE color: 14474217.

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

Color convert

RGB 233 219 220 -
CMYK 0 0.06 0.06 0.09
HSL 355.71º 0.24% 0.89% -
HSV(B) 355.71º 0.06% 0.91% -
XYZ 71.85 73.15 78.04 -
YUV 223.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 233 219 220 0 0.06 0.06 0.09 355.71 0.24 0.89
Hex E9 DB DC 0 6 6 9 164 18 59
Octal 351 333 334 0 6 6 11 544 30 131
Binary 11101001 11011011 11011100 0 110 110 1001 101100100 11000 1011001

Color Harmonies of #E9DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DBDC

Black with #E9DBDC

Text Example


Text Example

White with #E9DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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