#E8CBDE

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

Shades of Classic Rose #E8CBDE

Tints of Classic Rose #E8CBDE

Color information

#E8CBDE (or 0xE8CBDE) is unknown color: approx Classic Rose. HEX triplet: E8, CB and DE. RGB value is (232,203,222). Sum of RGB (Red+Green+Blue) = 232+203+222=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBDE is #173421. Grayscale: #D5D5D5. Windows color (decimal): -1520674 or 14601192. OLE color: 14601192.

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

Color convert

RGB232203222-
CMYK00.120.040.09
HSL320.69º38.67%85.29%-
HSV(B)320.69º12.5%90.98%-
XYZ67.8265.1478.11-
YUV213.84132.61140.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=35.31%
G=30.90%
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
Decimal23220322200.120.040.09320.6938.6785.29
HexE8CBDE0C491412755
Octal35031333601441150147125
Binary1110100011001011110111100110010010011010000011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBDE; }

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

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

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

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

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

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

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

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