Html Css Color HEX #EADCEE Selago

📋 copy color: '#EADCEE'

red 234 ◦ green 220 ◦ blue 238

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

Shades of Selago #EADCEE

Tints of Selago #EADCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.79%

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

R = 33.82%
G = 31.79%
B = 34.39%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EADCEE (or 0xEADCEE) is known color: Selago. HEX triplet: EA, DC and EE. RGB value is (234,220,238). Sum of RGB (Red+Green+Blue) = 234+220+238=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 238 - color contains mainly: blue. Hex color #EADCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADCEE is #152311. Grayscale: #E2E2E2. Windows color (decimal): -1385234 or 15654122. OLE color: 15654122.

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

Color convert

RGB 234 220 238 -
CMYK 0.02 0.08 0 0.07
HSL 286.67º 0.35% 0.9% -
HSV(B) 286.67º 0.08% 0.93% -
XYZ 74.96 74.85 91.39 -
YUV 226.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 234 220 238 0.02 0.08 0 0.07 286.67 0.35 0.9
Hex EA DC EE 2 8 0 7 11F 23 5A
Octal 352 334 356 2 10 0 7 437 43 132
Binary 11101010 11011100 11101110 10 1000 0 111 100011111 100011 1011010

Color Harmonies of #EADCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADCEE

Black with #EADCEE

Text Example


Text Example

White with #EADCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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