#E8C8DE

Color #E8C8DE Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #E8C8DE

Tints of Classic Rose #E8C8DE

Color information

#E8C8DE (or 0xE8C8DE) is unknown color: approx Classic Rose. HEX triplet: E8, C8 and DE. RGB value is (232,200,222). Sum of RGB (Red+Green+Blue) = 232+200+222=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8DE is #173721. Grayscale: #D4D4D4. Windows color (decimal): -1521442 or 14600424. OLE color: 14600424.

HSL color Cylindrical-coordinate representation of color #E8C8DE: hue angle of 318.75º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8C8DE is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232200222-
CMYK00.140.040.09
HSL318.75º41.03%84.71%-
HSV(B)318.75º13.79%90.98%-
XYZ67.1263.7477.87-
YUV212.08133.6142.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 200 (78.52% from 255) = 30.58%
BLUE value IS 222 (87.11% from 255) = 33.94%
R=35.47%
G=30.58%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220022200.140.040.09318.7541.0384.71
HexE8C8DE0E4913f2955
Octal35031033601641147751125
Binary1110100011001000110111100111010010011001111111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C8DE; }

 p { color: rgb(232,200,222); }

 H1.HeaderClassName
 {
   color: #E8C8DE;
 }
 .AnyTagClassName
 {
   color: #E8C8DE;
 }
</style>
background-color css

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

 a { background-color: rgb(232,200,222); }

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

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

 span { border-color: rgb(232,200,222); }

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