#EAD3CE

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

Shades of Ebb #EAD3CE

Tints of Ebb #EAD3CE

Color information

#EAD3CE (or 0xEAD3CE) is unknown color: approx Ebb. HEX triplet: EA, D3 and CE. RGB value is (234,211,206). Sum of RGB (Red+Green+Blue) = 234+211+206=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3CE is #152C31. Grayscale: #D9D9D9. Windows color (decimal): -1387570 or 13554666. OLE color: 13554666.

HSL color Cylindrical-coordinate representation of color #EAD3CE: hue angle of 10.71º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD3CE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234211206-
CMYK00.100.120.08
HSL10.71º40%86.27%-
HSV(B)10.71º11.97%91.76%-
XYZ68.3768.5468.02-
YUV217.31121.62139.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 211 (82.81% from 255) = 32.41%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=35.94%
G=32.41%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421120600.100.120.0810.714086.27
HexEAD3CE0AC8b2856
Octal35232331601214101350126
Binary111010101101001111001110010101100100010111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD3CE; }

 p { color: rgb(234,211,206); }

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

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

 a { background-color: rgb(234,211,206); }

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

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

 span { border-color: rgb(234,211,206); }

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