#EBD3DD

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

Shades of Prim #EBD3DD

Tints of Prim #EBD3DD

Color information

#EBD3DD (or 0xEBD3DD) is unknown color: approx Prim. HEX triplet: EB, D3 and DD. RGB value is (235,211,221). Sum of RGB (Red+Green+Blue) = 235+211+221=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DD is #142C22. Grayscale: #DBDBDB. Windows color (decimal): -1322019 or 14537707. OLE color: 14537707.

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

Color convert

RGB235211221-
CMYK00.100.060.08
HSL335º37.5%87.45%-
HSV(B)335º10.21%92.16%-
XYZ70.6169.4778.09-
YUV219.32128.95139.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=35.23%
G=31.63%
B=33.13%

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
Decimal23521122100.100.060.0833537.587.45
HexEBD3DD0A6814f2657
Octal35332333501261051746127
Binary1110101111010011110111010101011010001010011111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3DD; }

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

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

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

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

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

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

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

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