Html Css Color HEX #EFE2EF Selago

📋 copy color: '#EFE2EF'

red 239 ◦ green 226 ◦ blue 239

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

Shades of Selago #EFE2EF

Tints of Selago #EFE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.1%

 BLUE value IS 239 (93.75% from 255) = 33.95%

R = 33.95%
G = 32.1%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFE2EF (or 0xEFE2EF) is known color: Selago. HEX triplet: EF, E2 and EF. RGB value is (239,226,239). Sum of RGB (Red+Green+Blue) = 239+226+239=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EF is #101D10. Grayscale: #E7E7E7. Windows color (decimal): -1056017 or 15721199. OLE color: 15721199.

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

Color convert

RGB 239 226 239 -
CMYK 0 0.05 0 0.06
HSL 300º 0.29% 0.91% -
HSV(B) 300º 0.05% 0.94% -
XYZ 78.37 78.98 92.77 -
YUV 231.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 239 226 239 0 0.05 0 0.06 300 0.29 0.91
Hex EF E2 EF 0 5 0 6 12C 1D 5B
Octal 357 342 357 0 5 0 6 454 35 133
Binary 11101111 11100010 11101111 0 101 0 110 100101100 11101 1011011

Color Harmonies of #EFE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2EF

Black with #EFE2EF

Text Example


Text Example

White with #EFE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2EF; }

 p { color: rgb(239,226,239); }

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

background-color css

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

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

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

border-color css

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

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

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