Html Css Color HEX #E8D2DF Classic Rose

📋 copy color: '#E8D2DF'

red 232 ◦ green 210 ◦ blue 223

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

Shades of Classic Rose #E8D2DF

Tints of Classic Rose #E8D2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.58%

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

R = 34.89%
G = 31.58%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E8D2DF (or 0xE8D2DF) is known color: Classic Rose. HEX triplet: E8, D2 and DF. RGB value is (232,210,223). Sum of RGB (Red+Green+Blue) = 232+210+223=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D2DF is #172D20. Grayscale: #DADADA. Windows color (decimal): -1518881 or 14668520. OLE color: 14668520.

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

Color convert

RGB 232 210 223 -
CMYK 0 0.09 0.04 0.09
HSL 324.55º 0.32% 0.87% -
HSV(B) 324.55º 0.09% 0.91% -
XYZ 69.64 68.58 79.38 -
YUV 218.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 232 210 223 0 0.09 0.04 0.09 324.55 0.32 0.87
Hex E8 D2 DF 0 9 4 9 145 20 57
Octal 350 322 337 0 11 4 11 505 40 127
Binary 11101000 11010010 11011111 0 1001 100 1001 101000101 100000 1010111

Color Harmonies of #E8D2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D2DF

Black with #E8D2DF

Text Example


Text Example

White with #E8D2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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