#EBC2DB

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

Shades of Classic Rose #EBC2DB

Tints of Classic Rose #EBC2DB

Color information

#EBC2DB (or 0xEBC2DB) is unknown color: approx Classic Rose. HEX triplet: EB, C2 and DB. RGB value is (235,194,219). Sum of RGB (Red+Green+Blue) = 235+194+219=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2DB is #143D24. Grayscale: #D1D1D1. Windows color (decimal): -1326373 or 14402283. OLE color: 14402283.

HSL color Cylindrical-coordinate representation of color #EBC2DB: hue angle of 323.41º degrees, saturation: 0.51, 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 #EBC2DB is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235194219-
CMYK00.170.070.08
HSL323.41º50.62%84.12%-
HSV(B)323.41º17.45%92.16%-
XYZ66.3461.3675.37-
YUV209.11133.58146.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 194 (76.17% from 255) = 29.94%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=36.27%
G=29.94%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519421900.170.070.08323.4150.6284.12
HexEBC2DB011781433354
Octal35330233302171050363124
Binary11101011110000101101101101000111110001010000111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2DB; }

 p { color: rgb(235,194,219); }

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

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

 a { background-color: rgb(235,194,219); }

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

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

 span { border-color: rgb(235,194,219); }

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