Html Css Color HEX #E8D0DF Classic Rose

📋 copy color: '#E8D0DF'

red 232 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #E8D0DF

Tints of Classic Rose #E8D0DF

RGB

 RED value IS 232 (91.02% from 255) = 34.99%

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

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

R = 34.99%
G = 31.37%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E8D0DF (or 0xE8D0DF) is known color: Classic Rose. HEX triplet: E8, D0 and DF. RGB value is (232,208,223). Sum of RGB (Red+Green+Blue) = 232+208+223=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D0DF is #172F20. Grayscale: #D8D8D8. Windows color (decimal): -1519393 or 14668008. OLE color: 14668008.

HSL color Cylindrical-coordinate representation of color #E8D0DF: hue angle of 322.5º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E8D0DF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 208 223 -
CMYK 0 0.10 0.04 0.09
HSL 322.5º 0.34% 0.86% -
HSV(B) 322.5º 0.1% 0.91% -
XYZ 69.15 67.6 79.21 -
YUV 216.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 232 208 223 0 0.10 0.04 0.09 322.5 0.34 0.86
Hex E8 D0 DF 0 A 4 9 142 22 56
Octal 350 320 337 0 12 4 11 502 42 126
Binary 11101000 11010000 11011111 0 1010 100 1001 101000010 100010 1010110

Color Harmonies of #E8D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D0DF

Black with #E8D0DF

Text Example


Text Example

White with #E8D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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