#EBD9E0

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

Shades of Prim #EBD9E0

Tints of Prim #EBD9E0

Color information

#EBD9E0 (or 0xEBD9E0) is unknown color: approx Prim. HEX triplet: EB, D9 and E0. RGB value is (235,217,224). Sum of RGB (Red+Green+Blue) = 235+217+224=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 217 (85.16% from 255 or 32.10% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9E0 is #14261F. Grayscale: #DFDFDF. Windows color (decimal): -1320480 or 14735851. OLE color: 14735851.

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

Color convert

RGB235217224-
CMYK00.080.050.08
HSL336.67º31.03%88.63%-
HSV(B)336.67º7.66%92.16%-
XYZ72.5372.6780.73-
YUV223.18128.46136.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 217 (85.16% from 255) = 32.10%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=34.76%
G=32.10%
B=33.14%

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
Decimal23521722400.080.050.08336.6731.0388.63
HexEBD9E008581511f59
Octal35333134001051052137131
Binary111010111101100111100000010001011000101010001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9E0; }

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

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

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

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

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

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

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

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