Html Css Color HEX #EFE5EF Selago

📋 copy color: '#EFE5EF'

red 239 ◦ green 229 ◦ blue 239

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

Shades of Selago #EFE5EF

Tints of Selago #EFE5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.39%

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

R = 33.8%
G = 32.39%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFE5EF (or 0xEFE5EF) is known color: Selago. HEX triplet: EF, E5 and EF. RGB value is (239,229,239). Sum of RGB (Red+Green+Blue) = 239+229+239=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5EF is #101A10. Grayscale: #E9E9E9. Windows color (decimal): -1055249 or 15721967. OLE color: 15721967.

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

Color convert

RGB 239 229 239 -
CMYK 0 0.04 0 0.06
HSL 300º 0.24% 0.92% -
HSV(B) 300º 0.04% 0.94% -
XYZ 79.2 80.62 93.05 -
YUV 233.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 239 229 239 0 0.04 0 0.06 300 0.24 0.92
Hex EF E5 EF 0 4 0 6 12C 18 5C
Octal 357 345 357 0 4 0 6 454 30 134
Binary 11101111 11100101 11101111 0 100 0 110 100101100 11000 1011100

Color Harmonies of #EFE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5EF

Black with #EFE5EF

Text Example


Text Example

White with #EFE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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