#EBC6DE

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

Shades of Classic Rose #EBC6DE

Tints of Classic Rose #EBC6DE

Color information

#EBC6DE (or 0xEBC6DE) is unknown color: approx Classic Rose. HEX triplet: EB, C6 and DE. RGB value is (235,198,222). Sum of RGB (Red+Green+Blue) = 235+198+222=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DE is #143921. Grayscale: #D3D3D3. Windows color (decimal): -1325346 or 14599915. OLE color: 14599915.

HSL color Cylindrical-coordinate representation of color #EBC6DE: hue angle of 321.08º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC6DE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235198222-
CMYK00.160.060.08
HSL321.08º48.05%84.9%-
HSV(B)321.08º15.74%92.16%-
XYZ67.6463.3277.77-
YUV211.8133.76144.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=35.88%
G=30.23%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519822200.160.060.08321.0848.0584.9
HexEBC6DE010681413055
Octal35330633602061050160125
Binary11101011110001101101111001000011010001010000011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6DE; }

 p { color: rgb(235,198,222); }

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

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

 a { background-color: rgb(235,198,222); }

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

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

 span { border-color: rgb(235,198,222); }

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