#EBD5DD

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

Shades of Prim #EBD5DD

Tints of Prim #EBD5DD

Color information

#EBD5DD (or 0xEBD5DD) is unknown color: approx Prim. HEX triplet: EB, D5 and DD. RGB value is (235,213,221). Sum of RGB (Red+Green+Blue) = 235+213+221=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5DD is #142A22. Grayscale: #DCDCDC. Windows color (decimal): -1321507 or 14538219. OLE color: 14538219.

HSL color Cylindrical-coordinate representation of color #EBD5DD: hue angle of 338.18º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD5DD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235213221-
CMYK00.090.060.08
HSL338.18º35.48%87.84%-
HSV(B)338.18º9.36%92.16%-
XYZ71.1170.4778.26-
YUV220.49128.29138.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=35.13%
G=31.84%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521322100.090.060.08338.1835.4887.84
HexEBD5DD09681522358
Octal35332533501161052243130
Binary1110101111010101110111010100111010001010100101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5DD; }

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

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

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

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

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

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

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

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