Html Css Color HEX #EAD5EE Selago

📋 copy color: '#EAD5EE'

red 234 ◦ green 213 ◦ blue 238

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

Shades of Selago #EAD5EE

Tints of Selago #EAD5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.09%

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 34.16%
G = 31.09%
B = 34.74%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAD5EE (or 0xEAD5EE) is known color: Selago. HEX triplet: EA, D5 and EE. RGB value is (234,213,238). Sum of RGB (Red+Green+Blue) = 234+213+238=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 213 (83.59% from 255 or 31.09% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAD5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD5EE is #152A11. Grayscale: #DEDEDE. Windows color (decimal): -1387026 or 15652330. OLE color: 15652330.

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

Color convert

RGB 234 213 238 -
CMYK 0.02 0.11 0 0.07
HSL 290.4º 0.42% 0.88% -
HSV(B) 290.4º 0.11% 0.93% -
XYZ 73.16 71.25 90.79 -
YUV 222.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 234 213 238 0.02 0.11 0 0.07 290.4 0.42 0.88
Hex EA D5 EE 2 B 0 7 122 2A 58
Octal 352 325 356 2 13 0 7 442 52 130
Binary 11101010 11010101 11101110 10 1011 0 111 100100010 101010 1011000

Color Harmonies of #EAD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD5EE

Black with #EAD5EE

Text Example


Text Example

White with #EAD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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