#EBC5DC

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

Shades of Classic Rose #EBC5DC

Tints of Classic Rose #EBC5DC

Color information

#EBC5DC (or 0xEBC5DC) is unknown color: approx Classic Rose. HEX triplet: EB, C5 and DC. RGB value is (235,197,220). Sum of RGB (Red+Green+Blue) = 235+197+220=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DC is #143A23. Grayscale: #D2D2D2. Windows color (decimal): -1325604 or 14468587. OLE color: 14468587.

HSL color Cylindrical-coordinate representation of color #EBC5DC: hue angle of 323.68º degrees, saturation: 0.49, 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 #EBC5DC is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235197220-
CMYK00.160.060.08
HSL323.68º48.72%84.71%-
HSV(B)323.68º16.17%92.16%-
XYZ67.1562.7676.29-
YUV210.98133.09145.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 197 (77.34% from 255) = 30.21%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=36.04%
G=30.21%
B=33.74%

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
Decimal23519722000.160.060.08323.6848.7284.71
HexEBC5DC010681443155
Octal35330533402061050461125
Binary11101011110001011101110001000011010001010001001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5DC; }

 p { color: rgb(235,197,220); }

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

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

 a { background-color: rgb(235,197,220); }

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

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

 span { border-color: rgb(235,197,220); }

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