#E8CDDD

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

Shades of Classic Rose #E8CDDD

Tints of Classic Rose #E8CDDD

Color information

#E8CDDD (or 0xE8CDDD) is unknown color: approx Classic Rose. HEX triplet: E8, CD and DD. RGB value is (232,205,221). Sum of RGB (Red+Green+Blue) = 232+205+221=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDDD is #173222. Grayscale: #D6D6D6. Windows color (decimal): -1520163 or 14536168. OLE color: 14536168.

HSL color Cylindrical-coordinate representation of color #E8CDDD: hue angle of 324.44º 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 #E8CDDD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232205221-
CMYK00.120.050.09
HSL324.44º36.99%85.69%-
HSV(B)324.44º11.64%90.98%-
XYZ68.1666.0477.56-
YUV214.9131.45140.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=35.26%
G=31.16%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220522100.120.050.09324.4436.9985.69
HexE8CDDD0C591442556
Octal35031533501451150445126
Binary1110100011001101110111010110010110011010001001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDDD; }

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

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

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

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

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

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

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

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