Html Css Color HEX #EFE6EF Selago

📋 copy color: '#EFE6EF'

red 239 ◦ green 230 ◦ blue 239

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

Shades of Selago #EFE6EF

Tints of Selago #EFE6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.49%

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

R = 33.76%
G = 32.49%
B = 33.76%

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

#EFE6EF (or 0xEFE6EF) is known color: Selago. HEX triplet: EF, E6 and EF. RGB value is (239,230,239). Sum of RGB (Red+Green+Blue) = 239+230+239=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 239 (93.75% from 255 or 33.76% from 708); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6EF is #101910. Grayscale: #E9E9E9. Windows color (decimal): -1054993 or 15722223. OLE color: 15722223.

HSL color Cylindrical-coordinate representation of color #EFE6EF: hue angle of 300º degrees, saturation: 0.22, 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 #EFE6EF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 230 239 -
CMYK 0 0.04 0 0.06
HSL 300º 0.22% 0.92% -
HSV(B) 300º 0.04% 0.94% -
XYZ 79.47 81.18 93.14 -
YUV 233.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 239 230 239 0 0.04 0 0.06 300 0.22 0.92
Hex EF E6 EF 0 4 0 6 12C 16 5C
Octal 357 346 357 0 4 0 6 454 26 134
Binary 11101111 11100110 11101111 0 100 0 110 100101100 10110 1011100

Color Harmonies of #EFE6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE6EF

Black with #EFE6EF

Text Example


Text Example

White with #EFE6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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