Html Css Color HEX #E9D0DF Classic Rose

📋 copy color: '#E9D0DF'

red 233 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #E9D0DF

Tints of Classic Rose #E9D0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.58%

R = 35.09%
G = 31.33%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E9D0DF (or 0xE9D0DF) is known color: Classic Rose. HEX triplet: E9, D0 and DF. RGB value is (233,208,223). Sum of RGB (Red+Green+Blue) = 233+208+223=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D0DF is #162F20. Grayscale: #D9D9D9. Windows color (decimal): -1453857 or 14668009. OLE color: 14668009.

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

Color convert

RGB 233 208 223 -
CMYK 0 0.11 0.04 0.09
HSL 324º 0.36% 0.86% -
HSV(B) 324º 0.11% 0.91% -
XYZ 69.48 67.76 79.23 -
YUV 217.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 233 208 223 0 0.11 0.04 0.09 324 0.36 0.86
Hex E9 D0 DF 0 B 4 9 144 24 56
Octal 351 320 337 0 13 4 11 504 44 126
Binary 11101001 11010000 11011111 0 1011 100 1001 101000100 100100 1010110

Color Harmonies of #E9D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D0DF

Black with #E9D0DF

Text Example


Text Example

White with #E9D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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