#E8CCDE

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

Shades of Classic Rose #E8CCDE

Tints of Classic Rose #E8CCDE

Color information

#E8CCDE (or 0xE8CCDE) is unknown color: approx Classic Rose. HEX triplet: E8, CC and DE. RGB value is (232,204,222). Sum of RGB (Red+Green+Blue) = 232+204+222=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CCDE is #173321. Grayscale: #D6D6D6. Windows color (decimal): -1520418 or 14601448. OLE color: 14601448.

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

Color convert

RGB232204222-
CMYK00.120.040.09
HSL321.43º37.84%85.49%-
HSV(B)321.43º12.07%90.98%-
XYZ68.0665.6278.19-
YUV214.42132.28140.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=35.26%
G=31.00%
B=33.74%

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
Decimal23220422200.120.040.09321.4337.8485.49
HexE8CCDE0C491412655
Octal35031433601441150146125
Binary1110100011001100110111100110010010011010000011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CCDE; }

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

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

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

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

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

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

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

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