#EAD8EE

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

Shades of Selago #EAD8EE

Tints of Selago #EAD8EE

Color information

#EAD8EE (or 0xEAD8EE) is unknown color: approx Selago. HEX triplet: EA, D8 and EE. RGB value is (234,216,238). Sum of RGB (Red+Green+Blue) = 234+216+238=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD8EE is #152711. Grayscale: #DFDFDF. Windows color (decimal): -1386258 or 15653098. OLE color: 15653098.

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

Color convert

RGB234216238-
CMYK0.020.0900.07
HSL289.09º39.29%89.02%-
HSV(B)289.09º9.24%93.33%-
XYZ73.9272.7891.04-
YUV223.89135.96135.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 216 (84.77% from 255) = 31.40%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=34.01%
G=31.40%
B=34.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342162380.020.0900.07289.0939.2989.02
HexEAD8EE29071212759
Octal3523303562110744147131
Binary11101010110110001110111010100101111001000011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8EE; }

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

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

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

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

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

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

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

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