#E9C6DD

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

Shades of Classic Rose #E9C6DD

Tints of Classic Rose #E9C6DD

Color information

#E9C6DD (or 0xE9C6DD) is unknown color: approx Classic Rose. HEX triplet: E9, C6 and DD. RGB value is (233,198,221). Sum of RGB (Red+Green+Blue) = 233+198+221=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C6DD is #163922. Grayscale: #D3D3D3. Windows color (decimal): -1456419 or 14534377. OLE color: 14534377.

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

Color convert

RGB233198221-
CMYK00.150.050.09
HSL320.57º44.3%84.51%-
HSV(B)320.57º15.02%91.37%-
XYZ66.8562.9377.03-
YUV211.09133.6143.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.74%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=35.74%
G=30.37%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319822100.150.050.09320.5744.384.51
HexE9C6DD0F591412c55
Octal35130633501751150154125
Binary1110100111000110110111010111110110011010000011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C6DD; }

 p { color: rgb(233,198,221); }

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

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

 a { background-color: rgb(233,198,221); }

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

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

 span { border-color: rgb(233,198,221); }

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