#EAD6EE

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

Shades of Selago #EAD6EE

Tints of Selago #EAD6EE

Color information

#EAD6EE (or 0xEAD6EE) is unknown color: approx Selago. HEX triplet: EA, D6 and EE. RGB value is (234,214,238). Sum of RGB (Red+Green+Blue) = 234+214+238=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD6EE is #152911. Grayscale: #DEDEDE. Windows color (decimal): -1386770 or 15652586. OLE color: 15652586.

HSL color Cylindrical-coordinate representation of color #EAD6EE: hue angle of 290º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD6EE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234214238-
CMYK0.020.1000.07
HSL290º41.38%88.63%-
HSV(B)290º10.08%93.33%-
XYZ73.4171.7690.87-
YUV222.72136.63136.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=34.11%
G=31.20%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342142380.020.1000.0729041.3888.63
HexEAD6EE2A071222959
Octal3523263562120744251131
Binary11101010110101101110111010101001111001000101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6EE; }

 p { color: rgb(234,214,238); }

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

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

 a { background-color: rgb(234,214,238); }

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

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

 span { border-color: rgb(234,214,238); }

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