#EBC1DA

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

Shades of Classic Rose #EBC1DA

Tints of Classic Rose #EBC1DA

Color information

#EBC1DA (or 0xEBC1DA) is unknown color: approx Classic Rose. HEX triplet: EB, C1 and DA. RGB value is (235,193,218). Sum of RGB (Red+Green+Blue) = 235+193+218=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DA is #143E25. Grayscale: #D0D0D0. Windows color (decimal): -1326630 or 14336491. OLE color: 14336491.

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

Color convert

RGB235193218-
CMYK00.180.070.08
HSL324.29º51.22%83.92%-
HSV(B)324.29º17.87%92.16%-
XYZ65.9960.8674.6-
YUV208.41133.41146.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 193 (75.78% from 255) = 29.88%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=36.38%
G=29.88%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519321800.180.070.08324.2951.2283.92
HexEBC1DA012781443354
Octal35330133202271050463124
Binary11101011110000011101101001001011110001010001001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1DA; }

 p { color: rgb(235,193,218); }

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

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

 a { background-color: rgb(235,193,218); }

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

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

 span { border-color: rgb(235,193,218); }

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