Html Css Color HEX #EFE3F0 Selago

📋 copy color: '#EFE3F0'

red 239 ◦ green 227 ◦ blue 240

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

Shades of Selago #EFE3F0

Tints of Selago #EFE3F0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.15%

 BLUE value IS 240 (94.14% from 255) = 33.99%

R = 33.85%
G = 32.15%
B = 33.99%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFE3F0 (or 0xEFE3F0) is known color: Selago. HEX triplet: EF, E3 and F0. RGB value is (239,227,240). Sum of RGB (Red+Green+Blue) = 239+227+240=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 227 (89.06% from 255 or 32.15% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFE3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3F0 is #101C0F. Grayscale: #E8E8E8. Windows color (decimal): -1055760 or 15786991. OLE color: 15786991.

HSL color Cylindrical-coordinate representation of color #EFE3F0: hue angle of 295.38º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE3F0 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 240 -
CMYK 0.00 0.05 0 0.06
HSL 295.38º 0.3% 0.92% -
HSV(B) 295.38º 0.05% 0.94% -
XYZ 78.79 79.58 93.65 -
YUV 232.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 239 227 240 0.00 0.05 0 0.06 295.38 0.3 0.92
Hex EF E3 F0 0 5 0 6 127 1E 5C
Octal 357 343 360 0 5 0 6 447 36 134
Binary 11101111 11100011 11110000 0 101 0 110 100100111 11110 1011100

Color Harmonies of #EFE3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3F0

Black with #EFE3F0

Text Example


Text Example

White with #EFE3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3F0; }

 p { color: rgb(239,227,240); }

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

background-color css

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

 a { background-color: rgb(239,227,240); }

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

border-color css

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

 span { border-color: rgb(239,227,240); }

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