#E6D3E0

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

Shades of Classic Rose #E6D3E0

Tints of Classic Rose #E6D3E0

Color information

#E6D3E0 (or 0xE6D3E0) is unknown color: approx Classic Rose. HEX triplet: E6, D3 and E0. RGB value is (230,211,224). Sum of RGB (Red+Green+Blue) = 230+211+224=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3E0 is #192C1F. Grayscale: #DADADA. Windows color (decimal): -1649696 or 14734310. OLE color: 14734310.

HSL color Cylindrical-coordinate representation of color #E6D3E0: hue angle of 318.95º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6D3E0 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230211224-
CMYK00.080.030.10
HSL318.95º27.54%86.47%-
HSV(B)318.95º8.26%90.2%-
XYZ69.3868.7980.14-
YUV218.16131.29136.44-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.59%
GREEN value IS 211 (82.81% from 255) = 31.73%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=34.59%
G=31.73%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021122400.080.030.10318.9527.5486.47
HexE6D3E0083A13f1c56
Octal34632334001031247734126
Binary11100110110100111110000001000111010100111111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D3E0; }

 p { color: rgb(230,211,224); }

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

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

 a { background-color: rgb(230,211,224); }

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

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

 span { border-color: rgb(230,211,224); }

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