Html Css Color HEX #E8C5DC Classic Rose

📋 copy color: '#E8C5DC'

red 232 ◦ green 197 ◦ blue 220

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

Shades of Classic Rose #E8C5DC

Tints of Classic Rose #E8C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.35%

 BLUE value IS 220 (86.33% from 255) = 33.9%

R = 35.75%
G = 30.35%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E8C5DC (or 0xE8C5DC) is known color: Classic Rose. HEX triplet: E8, C5 and DC. RGB value is (232,197,220). Sum of RGB (Red+Green+Blue) = 232+197+220=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5DC is #173A23. Grayscale: #D2D2D2. Windows color (decimal): -1522212 or 14468584. OLE color: 14468584.

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

Color convert

RGB 232 197 220 -
CMYK 0 0.15 0.05 0.09
HSL 320.57º 0.43% 0.84% -
HSV(B) 320.57º 0.15% 0.91% -
XYZ 66.16 62.26 76.24 -
YUV 210.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 232 197 220 0 0.15 0.05 0.09 320.57 0.43 0.84
Hex E8 C5 DC 0 F 5 9 141 2B 54
Octal 350 305 334 0 17 5 11 501 53 124
Binary 11101000 11000101 11011100 0 1111 101 1001 101000001 101011 1010100

Color Harmonies of #E8C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C5DC

Black with #E8C5DC

Text Example


Text Example

White with #E8C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C5DC; }

 p { color: rgb(232,197,220); }

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

background-color css

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

 a { background-color: rgb(232,197,220); }

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

border-color css

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

 span { border-color: rgb(232,197,220); }

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