#E8C8DB

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

Shades of Classic Rose #E8C8DB

Tints of Classic Rose #E8C8DB

Color information

#E8C8DB (or 0xE8C8DB) is unknown color: approx Classic Rose. HEX triplet: E8, C8 and DB. RGB value is (232,200,219). Sum of RGB (Red+Green+Blue) = 232+200+219=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8DB is #173724. Grayscale: #D3D3D3. Windows color (decimal): -1521445 or 14403816. OLE color: 14403816.

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

Color convert

RGB232200219-
CMYK00.140.060.09
HSL324.38º41.03%84.71%-
HSV(B)324.38º13.79%90.98%-
XYZ66.7263.5875.77-
YUV211.73132.1142.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.64%
GREEN value IS 200 (78.52% from 255) = 30.72%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=35.64%
G=30.72%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220021900.140.060.09324.3841.0384.71
HexE8C8DB0E691442955
Octal35031033301661150451125
Binary1110100011001000110110110111011010011010001001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C8DB; }

 p { color: rgb(232,200,219); }

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

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

 a { background-color: rgb(232,200,219); }

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

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

 span { border-color: rgb(232,200,219); }

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