#EBD2DD

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

Shades of Classic Rose #EBD2DD

Tints of Classic Rose #EBD2DD

Color information

#EBD2DD (or 0xEBD2DD) is unknown color: approx Classic Rose. HEX triplet: EB, D2 and DD. RGB value is (235,210,221). Sum of RGB (Red+Green+Blue) = 235+210+221=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2DD is #142D22. Grayscale: #DADADA. Windows color (decimal): -1322275 or 14537451. OLE color: 14537451.

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

Color convert

RGB235210221-
CMYK00.110.060.08
HSL333.6º38.46%87.25%-
HSV(B)333.6º10.64%92.16%-
XYZ70.3668.9878.01-
YUV218.73129.28139.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=35.29%
G=31.53%
B=33.18%

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
Decimal23521022100.110.060.08333.638.4687.25
HexEBD2DD0B6814e2657
Octal35332233501361051646127
Binary1110101111010010110111010101111010001010011101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2DD; }

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

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

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

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

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

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

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

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