Html Css Color HEX #EFE0F3 Selago

📋 copy color: '#EFE0F3'

red 239 ◦ green 224 ◦ blue 243

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

Shades of Selago #EFE0F3

Tints of Selago #EFE0F3

RGB

 RED value IS 239 (93.75% from 255) = 33.85%

 GREEN value IS 224 (87.89% from 255) = 31.73%

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

R = 33.85%
G = 31.73%
B = 34.42%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFE0F3 (or 0xEFE0F3) is known color: Selago. HEX triplet: EF, E0 and F3. RGB value is (239,224,243). Sum of RGB (Red+Green+Blue) = 239+224+243=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0F3 is #101F0C. Grayscale: #E6E6E6. Windows color (decimal): -1056525 or 15982831. OLE color: 15982831.

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

Color convert

RGB 239 224 243 -
CMYK 0.02 0.08 0 0.05
HSL 287.37º 0.44% 0.92% -
HSV(B) 287.37º 0.08% 0.95% -
XYZ 78.43 78.13 95.74 -
YUV 230.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 239 224 243 0.02 0.08 0 0.05 287.37 0.44 0.92
Hex EF E0 F3 2 8 0 5 11F 2C 5C
Octal 357 340 363 2 10 0 5 437 54 134
Binary 11101111 11100000 11110011 10 1000 0 101 100011111 101100 1011100

Color Harmonies of #EFE0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0F3

Black with #EFE0F3

Text Example


Text Example

White with #EFE0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0F3; }

 p { color: rgb(239,224,243); }

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

background-color css

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

 a { background-color: rgb(239,224,243); }

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

border-color css

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

 span { border-color: rgb(239,224,243); }

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