Html Css Color HEX #E6DCE8 Selago

📋 copy color: '#E6DCE8'

red 230 ◦ green 220 ◦ blue 232

#E6DCE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #E6DCE8

Tints of Selago #E6DCE8

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 value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E6DCE8 (or 0xE6DCE8) is known color: 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

RGB 230 220 232 -
CMYK 0.01 0.05 0 0.09
HSL 290º 0.21% 0.89% -
HSV(B) 290º 0.05% 0.91% -
XYZ 72.79 73.84 86.76 -
YUV 224.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 230 220 232 0.01 0.05 0 0.09 290 0.21 0.89
Hex E6 DC E8 1 5 0 9 122 15 59
Octal 346 334 350 1 5 0 11 442 25 131
Binary 11100110 11011100 11101000 1 101 0 1001 100100010 10101 1011001

Color Harmonies of #E6DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCE8

Black with #E6DCE8

Text Example


Text Example

White with #E6DCE8

Text Example


Text Example

HTML Codes & Css Web 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>