#E8CCDF

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

Shades of Classic Rose #E8CCDF

Tints of Classic Rose #E8CCDF

Color information

#E8CCDF (or 0xE8CCDF) is unknown color: approx Classic Rose. HEX triplet: E8, CC and DF. RGB value is (232,204,223). Sum of RGB (Red+Green+Blue) = 232+204+223=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCDF is #173320. Grayscale: #D6D6D6. Windows color (decimal): -1520417 or 14666984. OLE color: 14666984.

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

Color convert

RGB232204223-
CMYK00.120.040.09
HSL319.29º37.84%85.49%-
HSV(B)319.29º12.07%90.98%-
XYZ68.1965.6778.89-
YUV214.54132.78140.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=35.20%
G=30.96%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220422300.120.040.09319.2937.8485.49
HexE8CCDF0C4913f2655
Octal35031433701441147746125
Binary1110100011001100110111110110010010011001111111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCDF; }

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

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

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

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

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

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

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

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