#EBD2E2

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

Shades of Classic Rose #EBD2E2

Tints of Classic Rose #EBD2E2

Color information

#EBD2E2 (or 0xEBD2E2) is unknown color: approx Classic Rose. HEX triplet: EB, D2 and E2. RGB value is (235,210,226). Sum of RGB (Red+Green+Blue) = 235+210+226=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2E2 is #142D1D. Grayscale: #DBDBDB. Windows color (decimal): -1322270 or 14865131. OLE color: 14865131.

HSL color Cylindrical-coordinate representation of color #EBD2E2: hue angle of 321.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBD2E2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB235210226-
CMYK00.110.040.08
HSL321.6º38.46%87.25%-
HSV(B)321.6º10.64%92.16%-
XYZ71.0469.2581.57-
YUV219.3131.78139.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 210 (82.42% from 255) = 31.30%
BLUE value IS 226 (88.67% from 255) = 33.68%
R=35.02%
G=31.30%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521022600.110.040.08321.638.4687.25
HexEBD2E20B481422657
Octal35332234201341050246127
Binary1110101111010010111000100101110010001010000101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2E2; }

 p { color: rgb(235,210,226); }

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

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

 a { background-color: rgb(235,210,226); }

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

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

 span { border-color: rgb(235,210,226); }

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