Html Css Color HEX #EAD7EE Selago

📋 copy color: '#EAD7EE'

red 234 ◦ green 215 ◦ blue 238

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

Shades of Selago #EAD7EE

Tints of Selago #EAD7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.3%

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

R = 34.06%
G = 31.3%
B = 34.64%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAD7EE (or 0xEAD7EE) is known color: 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

RGB 234 215 238 -
CMYK 0.02 0.10 0 0.07
HSL 289.57º 0.4% 0.89% -
HSV(B) 289.57º 0.1% 0.93% -
XYZ 73.66 72.27 90.96 -
YUV 223.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 234 215 238 0.02 0.10 0 0.07 289.57 0.4 0.89
Hex EA D7 EE 2 A 0 7 122 28 59
Octal 352 327 356 2 12 0 7 442 50 131
Binary 11101010 11010111 11101110 10 1010 0 111 100100010 101000 1011001

Color Harmonies of #EAD7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD7EE

Black with #EAD7EE

Text Example


Text Example

White with #EAD7EE

Text Example


Text Example

HTML Codes & Css Web 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>