#EBD3DE

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

Shades of Classic Rose #EBD3DE

Tints of Classic Rose #EBD3DE

Color information

#EBD3DE (or 0xEBD3DE) is unknown color: approx Classic Rose. HEX triplet: EB, D3 and DE. RGB value is (235,211,222). Sum of RGB (Red+Green+Blue) = 235+211+222=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DE is #142C21. Grayscale: #DBDBDB. Windows color (decimal): -1322018 or 14603243. OLE color: 14603243.

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

Color convert

RGB235211222-
CMYK00.100.060.08
HSL332.5º37.5%87.45%-
HSV(B)332.5º10.21%92.16%-
XYZ70.7469.5278.8-
YUV219.43129.45139.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 211 (82.81% from 255) = 31.59%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=35.18%
G=31.59%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521122200.100.060.08332.537.587.45
HexEBD3DE0A6814c2657
Octal35332333601261051446127
Binary1110101111010011110111100101011010001010011001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3DE; }

 p { color: rgb(235,211,222); }

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

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

 a { background-color: rgb(235,211,222); }

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

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

 span { border-color: rgb(235,211,222); }

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