#EBC3DE

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

Shades of Classic Rose #EBC3DE

Tints of Classic Rose #EBC3DE

Color information

#EBC3DE (or 0xEBC3DE) is unknown color: approx Classic Rose. HEX triplet: EB, C3 and DE. RGB value is (235,195,222). Sum of RGB (Red+Green+Blue) = 235+195+222=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 195 (76.56% from 255 or 29.91% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3DE is #143C21. Grayscale: #D1D1D1. Windows color (decimal): -1326114 or 14599147. OLE color: 14599147.

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

Color convert

RGB235195222-
CMYK00.170.060.08
HSL319.5º50%84.31%-
HSV(B)319.5º17.02%92.16%-
XYZ66.9661.9777.54-
YUV210.04134.75145.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 195 (76.56% from 255) = 29.91%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=36.04%
G=29.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519522200.170.060.08319.55084.31
HexEBC3DE011681403254
Octal35330333602161050062124
Binary11101011110000111101111001000111010001010000001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3DE; }

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

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

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

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

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

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

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

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