Html Css Color HEX #E7D0DF Classic Rose

📋 copy color: '#E7D0DF'

red 231 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #E7D0DF

Tints of Classic Rose #E7D0DF

RGB

 RED value IS 231 (90.63% from 255) = 34.89%

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

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

R = 34.89%
G = 31.42%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E7D0DF (or 0xE7D0DF) is known color: Classic Rose. HEX triplet: E7, D0 and DF. RGB value is (231,208,223). Sum of RGB (Red+Green+Blue) = 231+208+223=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0DF is #182F20. Grayscale: #D8D8D8. Windows color (decimal): -1584929 or 14668007. OLE color: 14668007.

HSL color Cylindrical-coordinate representation of color #E7D0DF: hue angle of 320.87º degrees, saturation: 0.32, 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 #E7D0DF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 208 223 -
CMYK 0 0.10 0.03 0.09
HSL 320.87º 0.32% 0.86% -
HSV(B) 320.87º 0.1% 0.91% -
XYZ 68.83 67.43 79.2 -
YUV 216.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 231 208 223 0 0.10 0.03 0.09 320.87 0.32 0.86
Hex E7 D0 DF 0 A 3 9 141 20 56
Octal 347 320 337 0 12 3 11 501 40 126
Binary 11100111 11010000 11011111 0 1010 11 1001 101000001 100000 1010110

Color Harmonies of #E7D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0DF

Black with #E7D0DF

Text Example


Text Example

White with #E7D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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