#E6DCE8

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

Shades of Selago #E6DCE8

Tints of Selago #E6DCE8

Color information

#E6DCE8 (or 0xE6DCE8) is unknown color: approx Selago. HEX triplet: E6, DC and E8. RGB value is (230,220,232). Sum of RGB (Red+Green+Blue) = 230+220+232=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6DCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCE8 is #192317. Grayscale: #E0E0E0. Windows color (decimal): -1647384 or 15260902. OLE color: 15260902.

HSL color Cylindrical-coordinate representation of color #E6DCE8: hue angle of 290º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DCE8 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230220232-
CMYK0.010.0500.09
HSL290º20.69%88.63%-
HSV(B)290º5.17%90.98%-
XYZ72.7973.8486.76-
YUV224.36132.31132.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 232 (91.02% from 255) = 34.02%
R=33.72%
G=32.26%
B=34.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302202320.010.0500.0929020.6988.63
HexE6DCE815091221559
Octal3463343501501144225131
Binary111001101101110011101000110101001100100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DCE8; }

 p { color: rgb(230,220,232); }

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

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

 a { background-color: rgb(230,220,232); }

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

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

 span { border-color: rgb(230,220,232); }

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