Html Css Color HEX #E7DCEA Selago

📋 copy color: '#E7DCEA'

red 231 ◦ green 220 ◦ blue 234

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

Shades of Selago #E7DCEA

Tints of Selago #E7DCEA

RGB

 RED value IS 231 (90.63% from 255) = 33.72%

 GREEN value IS 220 (86.33% from 255) = 32.12%

 BLUE value IS 234 (91.8% from 255) = 34.16%

R = 33.72%
G = 32.12%
B = 34.16%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7DCEA (or 0xE7DCEA) is known color: Selago. HEX triplet: E7, DC and EA. RGB value is (231,220,234). Sum of RGB (Red+Green+Blue) = 231+220+234=685 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.72% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 234 (91.80% from 255 or 34.16% from 685); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DCEA is #182315. Grayscale: #E0E0E0. Windows color (decimal): -1581846 or 15391975. OLE color: 15391975.

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

Color convert

RGB 231 220 234 -
CMYK 0.01 0.06 0 0.08
HSL 287.14º 0.25% 0.89% -
HSV(B) 287.14º 0.06% 0.92% -
XYZ 73.4 74.12 88.28 -
YUV 224.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 231 220 234 0.01 0.06 0 0.08 287.14 0.25 0.89
Hex E7 DC EA 1 6 0 8 11F 19 59
Octal 347 334 352 1 6 0 10 437 31 131
Binary 11100111 11011100 11101010 1 110 0 1000 100011111 11001 1011001

Color Harmonies of #E7DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DCEA

Black with #E7DCEA

Text Example


Text Example

White with #E7DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DCEA; }

 p { color: rgb(231,220,234); }

 H1.HeaderClassName
 {
   color: #E7DCEA;
 }
 .AnyTagClassName
 {
   color: #E7DCEA;
 }
</style>

background-color css

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

 a { background-color: rgb(231,220,234); }

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

border-color css

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

 span { border-color: rgb(231,220,234); }

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