#EBC1D6

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

Shades of Classic Rose #EBC1D6

Tints of Classic Rose #EBC1D6

Color information

#EBC1D6 (or 0xEBC1D6) is unknown color: approx Classic Rose. HEX triplet: EB, C1 and D6. RGB value is (235,193,214). Sum of RGB (Red+Green+Blue) = 235+193+214=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D6 is #143E29. Grayscale: #CFCFCF. Windows color (decimal): -1326634 or 14074347. OLE color: 14074347.

HSL color Cylindrical-coordinate representation of color #EBC1D6: hue angle of 330º 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 #EBC1D6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235193214-
CMYK00.180.090.08
HSL330º51.22%83.92%-
HSV(B)330º17.87%92.16%-
XYZ65.4760.6671.88-
YUV207.95131.41147.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 193 (75.78% from 255) = 30.06%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=36.60%
G=30.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519321400.180.090.0833051.2283.92
HexEBC1D60129814a3354
Octal353301326022111051263124
Binary111010111100000111010110010010100110001010010101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1D6; }

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

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

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

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

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

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

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

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