#E6D3D0

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

Shades of Ebb #E6D3D0

Tints of Ebb #E6D3D0

Color information

#E6D3D0 (or 0xE6D3D0) is unknown color: approx Ebb. HEX triplet: E6, D3 and D0. RGB value is (230,211,208). Sum of RGB (Red+Green+Blue) = 230+211+208=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3D0 is #192C2F. Grayscale: #D8D8D8. Windows color (decimal): -1649712 or 13685734. OLE color: 13685734.

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

Color convert

RGB230211208-
CMYK00.080.100.10
HSL8.18º30.56%85.88%-
HSV(B)8.18º9.57%90.2%-
XYZ67.3167.9769.25-
YUV216.34123.29137.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=35.44%
G=32.51%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021120800.080.100.108.1830.5685.88
HexE6D3D008AA81f56
Octal34632332001012121037126
Binary11100110110100111101000001000101010101000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D3D0; }

 p { color: rgb(230,211,208); }

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

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

 a { background-color: rgb(230,211,208); }

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

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

 span { border-color: rgb(230,211,208); }

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