Html Css Color HEX #E9DADD Pale Rose

📋 copy color: '#E9DADD'

red 233 ◦ green 218 ◦ blue 221

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

Shades of Pale Rose #E9DADD

Tints of Pale Rose #E9DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.44%

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

R = 34.67%
G = 32.44%
B = 32.89%

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

#E9DADD (or 0xE9DADD) is known color: Pale Rose. HEX triplet: E9, DA and DD. RGB value is (233,218,221). Sum of RGB (Red+Green+Blue) = 233+218+221=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DADD is #162522. Grayscale: #DEDEDE. Windows color (decimal): -1451299 or 14539497. OLE color: 14539497.

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

Color convert

RGB 233 218 221 -
CMYK 0 0.06 0.05 0.09
HSL 348º 0.25% 0.88% -
HSV(B) 348º 0.06% 0.91% -
XYZ 71.73 72.69 78.66 -
YUV 222.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 233 218 221 0 0.06 0.05 0.09 348 0.25 0.88
Hex E9 DA DD 0 6 5 9 15C 19 58
Octal 351 332 335 0 6 5 11 534 31 130
Binary 11101001 11011010 11011101 0 110 101 1001 101011100 11001 1011000

Color Harmonies of #E9DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DADD

Black with #E9DADD

Text Example


Text Example

White with #E9DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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