#E9C8DE

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

Shades of Classic Rose #E9C8DE

Tints of Classic Rose #E9C8DE

Color information

#E9C8DE (or 0xE9C8DE) is unknown color: approx Classic Rose. HEX triplet: E9, C8 and DE. RGB value is (233,200,222). Sum of RGB (Red+Green+Blue) = 233+200+222=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 200 (78.52% from 255 or 30.53% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8DE is #163721. Grayscale: #D4D4D4. Windows color (decimal): -1455906 or 14600425. OLE color: 14600425.

HSL color Cylindrical-coordinate representation of color #E9C8DE: hue angle of 320º degrees, saturation: 0.43, 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 #E9C8DE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233200222-
CMYK00.140.050.09
HSL320º42.86%84.9%-
HSV(B)320º14.16%91.37%-
XYZ67.4463.9177.89-
YUV212.38133.43142.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.57%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=35.57%
G=30.53%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320022200.140.050.0932042.8684.9
HexE9C8DE0E591402b55
Octal35131033601651150053125
Binary1110100111001000110111100111010110011010000001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C8DE; }

 p { color: rgb(233,200,222); }

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

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

 a { background-color: rgb(233,200,222); }

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

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

 span { border-color: rgb(233,200,222); }

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