#EBD8E0

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

Shades of Prim #EBD8E0

Tints of Prim #EBD8E0

Color information

#EBD8E0 (or 0xEBD8E0) is unknown color: approx Prim. HEX triplet: EB, D8 and E0. RGB value is (235,216,224). Sum of RGB (Red+Green+Blue) = 235+216+224=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8E0 is #14271F. Grayscale: #DEDEDE. Windows color (decimal): -1320736 or 14735595. OLE color: 14735595.

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

Color convert

RGB235216224-
CMYK00.080.050.08
HSL334.74º32.2%88.43%-
HSV(B)334.74º8.09%92.16%-
XYZ72.2772.1680.64-
YUV222.59128.79136.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 224 (87.89% from 255) = 33.19%
R=34.81%
G=32%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521622400.080.050.08334.7432.288.43
HexEBD8E0085814f2058
Octal35333034001051051740130
Binary1110101111011000111000000100010110001010011111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8E0; }

 p { color: rgb(235,216,224); }

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

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

 a { background-color: rgb(235,216,224); }

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

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

 span { border-color: rgb(235,216,224); }

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