Html Css Color HEX #E9D3D8 Pale Rose

📋 copy color: '#E9D3D8'

red 233 ◦ green 211 ◦ blue 216

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

Shades of Pale Rose #E9D3D8

Tints of Pale Rose #E9D3D8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.97%

 BLUE value IS 216 (84.77% from 255) = 32.73%

R = 35.3%
G = 31.97%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E9D3D8 (or 0xE9D3D8) is known color: Pale Rose. HEX triplet: E9, D3 and D8. RGB value is (233,211,216). Sum of RGB (Red+Green+Blue) = 233+211+216=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3D8 is #162C27. Grayscale: #DADADA. Windows color (decimal): -1453096 or 14210025. OLE color: 14210025.

HSL color Cylindrical-coordinate representation of color #E9D3D8: hue angle of 346.36º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9D3D8 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 211 216 -
CMYK 0 0.09 0.07 0.09
HSL 346.36º 0.33% 0.87% -
HSV(B) 346.36º 0.09% 0.91% -
XYZ 69.29 68.87 74.61 -
YUV 218.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 233 211 216 0 0.09 0.07 0.09 346.36 0.33 0.87
Hex E9 D3 D8 0 9 7 9 15A 21 57
Octal 351 323 330 0 11 7 11 532 41 127
Binary 11101001 11010011 11011000 0 1001 111 1001 101011010 100001 1010111

Color Harmonies of #E9D3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D3D8

Black with #E9D3D8

Text Example


Text Example

White with #E9D3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D3D8; }

 p { color: rgb(233,211,216); }

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

background-color css

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

 a { background-color: rgb(233,211,216); }

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

border-color css

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

 span { border-color: rgb(233,211,216); }

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