#EBD0DE

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

Shades of Classic Rose #EBD0DE

Tints of Classic Rose #EBD0DE

Color information

#EBD0DE (or 0xEBD0DE) is unknown color: approx Classic Rose. HEX triplet: EB, D0 and DE. RGB value is (235,208,222). Sum of RGB (Red+Green+Blue) = 235+208+222=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 222 (87.11% from 255 or 33.38% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0DE is #142F21. Grayscale: #D9D9D9. Windows color (decimal): -1322786 or 14602475. OLE color: 14602475.

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

Color convert

RGB235208222-
CMYK00.110.060.08
HSL328.89º40.3%86.86%-
HSV(B)328.89º11.49%92.16%-
XYZ7068.0578.55-
YUV217.67130.45140.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 208 (81.64% from 255) = 31.28%
BLUE value IS 222 (87.11% from 255) = 33.38%
R=35.34%
G=31.28%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520822200.110.060.08328.8940.386.86
HexEBD0DE0B681492857
Octal35332033601361051150127
Binary1110101111010000110111100101111010001010010011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0DE; }

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

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

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

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

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

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

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

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