Html Css Color HEX #EED3F3 Selago

📋 copy color: '#EED3F3'

red 238 ◦ green 211 ◦ blue 243

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

Shades of Selago #EED3F3

Tints of Selago #EED3F3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.49%

 BLUE value IS 243 (95.31% from 255) = 35.12%

R = 34.39%
G = 30.49%
B = 35.12%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EED3F3 (or 0xEED3F3) is known color: Selago. HEX triplet: EE, D3 and F3. RGB value is (238,211,243). Sum of RGB (Red+Green+Blue) = 238+211+243=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 211 (82.81% from 255 or 30.49% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #EED3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED3F3 is #112C0C. Grayscale: #DEDEDE. Windows color (decimal): -1125389 or 15979502. OLE color: 15979502.

HSL color Cylindrical-coordinate representation of color #EED3F3: hue angle of 290.62º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EED3F3 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 211 243 -
CMYK 0.02 0.13 0 0.05
HSL 290.63º 0.57% 0.89% -
HSV(B) 290.63º 0.13% 0.95% -
XYZ 74.73 71.24 94.61 -
YUV 222.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 238 211 243 0.02 0.13 0 0.05 290.63 0.57 0.89
Hex EE D3 F3 2 D 0 5 123 39 59
Octal 356 323 363 2 15 0 5 443 71 131
Binary 11101110 11010011 11110011 10 1101 0 101 100100011 111001 1011001

Color Harmonies of #EED3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED3F3

Black with #EED3F3

Text Example


Text Example

White with #EED3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED3F3; }

 p { color: rgb(238,211,243); }

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

background-color css

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

 a { background-color: rgb(238,211,243); }

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

border-color css

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

 span { border-color: rgb(238,211,243); }

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