#EBD2E3

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

Shades of Classic Rose #EBD2E3

Tints of Classic Rose #EBD2E3

Color information

#EBD2E3 (or 0xEBD2E3) is unknown color: approx Classic Rose. HEX triplet: EB, D2 and E3. RGB value is (235,210,227). Sum of RGB (Red+Green+Blue) = 235+210+227=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2E3 is #142D1C. Grayscale: #DBDBDB. Windows color (decimal): -1322269 or 14930667. OLE color: 14930667.

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

Color convert

RGB235210227-
CMYK00.110.030.08
HSL319.2º38.46%87.25%-
HSV(B)319.2º10.64%92.16%-
XYZ71.1769.382.3-
YUV219.41132.28139.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 227 (89.06% from 255) = 33.78%
R=34.97%
G=31.25%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521022700.110.030.08319.238.4687.25
HexEBD2E30B3813f2657
Octal35332234301331047746127
Binary111010111101001011100011010111110001001111111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2E3; }

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

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

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

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

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

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

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

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