#E8CDDF

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

Shades of Classic Rose #E8CDDF

Tints of Classic Rose #E8CDDF

Color information

#E8CDDF (or 0xE8CDDF) is unknown color: approx Classic Rose. HEX triplet: E8, CD and DF. RGB value is (232,205,223). Sum of RGB (Red+Green+Blue) = 232+205+223=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDDF is #173220. Grayscale: #D7D7D7. Windows color (decimal): -1520161 or 14667240. OLE color: 14667240.

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

Color convert

RGB232205223-
CMYK00.120.040.09
HSL320º36.99%85.69%-
HSV(B)320º11.64%90.98%-
XYZ68.4366.1578.97-
YUV215.12132.45140.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 205 (80.47% from 255) = 31.06%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=35.15%
G=31.06%
B=33.79%

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
Decimal23220522300.120.040.0932036.9985.69
HexE8CDDF0C491402556
Octal35031533701441150045126
Binary1110100011001101110111110110010010011010000001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDDF; }

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

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

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

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

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

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

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

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