Html Css Color HEX #E9D0DE Classic Rose

📋 copy color: '#E9D0DE'

red 233 ◦ green 208 ◦ blue 222

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

Shades of Classic Rose #E9D0DE

Tints of Classic Rose #E9D0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.37%

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

R = 35.14%
G = 31.37%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E9D0DE (or 0xE9D0DE) is known color: Classic Rose. HEX triplet: E9, D0 and DE. RGB value is (233,208,222). Sum of RGB (Red+Green+Blue) = 233+208+222=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DE is #162F21. Grayscale: #D9D9D9. Windows color (decimal): -1453858 or 14602473. OLE color: 14602473.

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

Color convert

RGB 233 208 222 -
CMYK 0 0.11 0.05 0.09
HSL 326.4º 0.36% 0.86% -
HSV(B) 326.4º 0.11% 0.91% -
XYZ 69.34 67.71 78.52 -
YUV 217.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 233 208 222 0 0.11 0.05 0.09 326.4 0.36 0.86
Hex E9 D0 DE 0 B 5 9 146 24 56
Octal 351 320 336 0 13 5 11 506 44 126
Binary 11101001 11010000 11011110 0 1011 101 1001 101000110 100100 1010110

Color Harmonies of #E9D0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0DE

Black with #E9D0DE

Text Example


Text Example

White with #E9D0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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