#EAD7EE

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

Shades of Selago #EAD7EE

Tints of Selago #EAD7EE

Color information

#EAD7EE (or 0xEAD7EE) is unknown color: approx Selago. HEX triplet: EA, D7 and EE. RGB value is (234,215,238). Sum of RGB (Red+Green+Blue) = 234+215+238=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 215 (84.38% from 255 or 31.30% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD7EE is #152811. Grayscale: #DFDFDF. Windows color (decimal): -1386514 or 15652842. OLE color: 15652842.

HSL color Cylindrical-coordinate representation of color #EAD7EE: hue angle of 289.57º degrees, saturation: 0.4, 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 #EAD7EE is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234215238-
CMYK0.020.1000.07
HSL289.57º40.35%88.82%-
HSV(B)289.57º9.66%93.33%-
XYZ73.6672.2790.96-
YUV223.3136.29135.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 215 (84.38% from 255) = 31.30%
BLUE value IS 238 (93.36% from 255) = 34.64%
R=34.06%
G=31.30%
B=34.64%

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
Decimal2342152380.020.1000.07289.5740.3588.82
HexEAD7EE2A071222859
Octal3523273562120744250131
Binary11101010110101111110111010101001111001000101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7EE; }

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

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

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

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

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

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

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

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