#EBD2E1

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

Shades of Classic Rose #EBD2E1

Tints of Classic Rose #EBD2E1

Color information

#EBD2E1 (or 0xEBD2E1) is unknown color: approx Classic Rose. HEX triplet: EB, D2 and E1. RGB value is (235,210,225). Sum of RGB (Red+Green+Blue) = 235+210+225=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2E1 is #142D1E. Grayscale: #DBDBDB. Windows color (decimal): -1322271 or 14799595. OLE color: 14799595.

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

Color convert

RGB235210225-
CMYK00.110.040.08
HSL324º38.46%87.25%-
HSV(B)324º10.64%92.16%-
XYZ70.969.1980.85-
YUV219.18131.28139.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=35.07%
G=31.34%
B=33.58%

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
Decimal23521022500.110.040.0832438.4687.25
HexEBD2E10B481442657
Octal35332234101341050446127
Binary1110101111010010111000010101110010001010001001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2E1; }

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

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

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

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

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

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

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

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